-
Notifications
You must be signed in to change notification settings - Fork 99
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
[question] pagination ? #20
Comments
and sort by |
if i understand the code, you ask a limit then fetch x page, this is bad to me, better to keep an index of totalResults for each engine, then split by defaultResultsPerPage for each engine, then just ask a start point (working on this), what about a regulary update object like this, (don t care about pageLoading and engine_name..) but for the providers array |
I don't plan to include "sortBy" or "pagination" features because I prefer to keep the api simple and heterogeneous. Still:
|
hi
how can we paginate with this package?
thanks
The text was updated successfully, but these errors were encountered: