You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have worked around it by building the api call ourself but would help clean things up if this was made to be consistent with the other list methods.
I do see the cursor is already being returned, so only allowing it to be passed in via query_params should solve the issue.
The text was updated successfully, but these errors were encountered:
# Changelog
## Added
* Added query support for folders (#492, #488)
* Added dependency on `ostruct` gem (#491, #489)
* Enable SDK to reattach large files to messages on retry (#487)
## Changed
* Downgraded `rest-client` to `2.0` for better compatibility (#490)
There is no way to retrieve a second page of folders since the list method in Folders only takes the identifier parameter.
If the query_params argument is added (for example https://github.com/nylas/nylas-ruby/blob/main/lib/nylas/resources/messages.rb#L30 we'd be able to pass in a cursor for pagination.
We have worked around it by building the api call ourself but would help clean things up if this was made to be consistent with the other list methods.
I do see the cursor is already being returned, so only allowing it to be passed in via query_params should solve the issue.
The text was updated successfully, but these errors were encountered: