-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
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
Limited results #1
Comments
The goal of Fermata and its plugins is to provide direct access to the underlying HTTP API. I don't know if this is the official documentation (perhaps Chargify got acquired?) but at https://docs.cloud-elements.com/home/chargify-api-documentation you can browse the available options for
which I'm guessing might default to 20 if you don't provide it? You could try to fetch a few extra Hope this helps! |
Indeed, I made use of However, there were some issues to overcome in looping through all the pages in combination with the callback syntax. I reckon, it would be much easier if the library would use async/await syntax. Thanks for thorough reply. |
Thanks, agree that async support would be useful! No real blocker at this point iirc, just haven't circled back to working out an overall "Fermata v2" yet. (For reference, looks like my latest notes on this specifically were at natevw/fermata#49 (comment).) |
site.subscriptions.get(callback_fun)
doesn't fetch all subscriptions. Out of several thousand, I end up fetching only first 20.Why is this happening and how to overcome it?
The text was updated successfully, but these errors were encountered: