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, Stock is a flexible package, so it supports it. However, you have to send the request number with each request.
To make a request, you have to send a key like await stock.fresh(key);. In your case, that key should contain the page number. For instance, if your request needs an ID, you can use a pair with the page number and the ID, like await stock.fresh(Pair(id, pageNumber));.
Does this library supports paging? Or do we have guidelines for handling paged data?
The text was updated successfully, but these errors were encountered: