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
Hi,
I saw that there is a per_page attribute (default to 100) on the collection constraint.
Currently it isn't possible to edit this Constraint object (so neither the per_page attribute)
Would it be possible to add a parameter for this attribute ?
Maybe add this parameter to the client Nylas::API#client and pass it to all endpoints ?
Thanks
The text was updated successfully, but these errors were encountered:
@jjf21 Thank you for opening this feature request! Can you expand a bit more on the purpose of changing/setting the per_page attribute? If you pass in a limit for a list call, we will use that for pagination otherwise it will default to 100 as that is the API default. Thanks!
Hi,
I saw that there is a
per_page
attribute (default to 100) on the collection constraint.Currently it isn't possible to edit this
Constraint
object (so neither theper_page
attribute)Would it be possible to add a parameter for this attribute ?
Maybe add this parameter to the client Nylas::API#client and pass it to all endpoints ?
Thanks
The text was updated successfully, but these errors were encountered: