sendinblue / APIv3-nodejs-library

SendinBlue's API v3 Node.js Library
ISC License
101 stars 47 forks source link

API requests pagination limits #77

Closed alexkorsun closed 1 year ago

alexkorsun commented 4 years ago

Hi!

Please add clear pagination limits for API requests. https://github.com/sendinblue/APIv3-nodejs-library/blob/master/docs/ContactsApi.md#getLists https://github.com/sendinblue/APIv3-nodejs-library/blob/master/docs/ContactsApi.md#getcontactsfromlist

It's really misleading. The limit is int64, what is not truth, because from what I noticed it's 500 per page maximum for contacts and 50 per page for lists.

Screenshot

shubhamUpadhyayInBlue commented 1 year ago

Hi @alexkorsun It will be taken care of in the upcoming release.

Thanks!