-
Notifications
You must be signed in to change notification settings - Fork 89
Add limit and offset parameters
#171
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Add 'limit' and 'offset' parameters for 'here_now' for pagination support. BREAKING CHANGES: `here_now` by default will return `1000` users at once.
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
| encoding: UTF-8 | ||
| string: '{"type":"emotion_type_3","value":"surprised"}' | ||
| headers: | ||
| headers:` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this a typo, isn't it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jguz-pubnub I've fixed it. Thank you for noticing!
|
@pubnub-release-bot release |
|
🚀 Release successfully completed 🚀 |
feat(here-now): add
limitandoffsetparametersAdd 'limit' and 'offset' parameters for 'here_now' for pagination support.
BREAKING CHANGES:
here_nowby default will return1000users at once.