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
This method is expecting a page parameter, but the API is using cursor pagination (See https://github.com/mailerlite/mailerlite/pull/10128)
Also our docs: https://developers.mailerlite.com/docs/subscribers.html#list-all-subscribers
We should update method to expect with a cursor instead
This could break existing implementations. Maybe we need a new major version
The text was updated successfully, but these errors were encountered:
@nklmilojevic it looks like a simple fix, but I don't have write permission to this repo... Anyway you would be the reviewer :-)
Sorry, something went wrong.
No branches or pull requests
This method is expecting a page parameter, but the API is using cursor pagination (See https://github.com/mailerlite/mailerlite/pull/10128)
Also our docs: https://developers.mailerlite.com/docs/subscribers.html#list-all-subscribers
We should update method to expect with a cursor instead
This could break existing implementations. Maybe we need a new major version
The text was updated successfully, but these errors were encountered: