We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
So far only explicitly encountered at /api/messages/inbox (empirically the page size must be 20).
/api/messages/inbox
Need some way to facilitate pulling remaining pages down.
The text was updated successfully, but these errors were encountered:
fix(msar): Inbox pagination
c30a69d
Close #195. Manually paginating. As noted in #193, need to manage a datastructure for this.
battis
No branches or pull requests
So far only explicitly encountered at
/api/messages/inbox
(empirically the page size must be 20).Need some way to facilitate pulling remaining pages down.
The text was updated successfully, but these errors were encountered: