omg-js icon indicating copy to clipboard operation
omg-js copied to clipboard

ChildChain module should handle pagination for clients

Open Pongch opened this issue 4 years ago • 0 comments

when calling a child chain API that contains pagination, the client library should handle pages and give all the results for the user.

eg. a client that wants to retrieve /transaction.all with multiple pages of results over 200 tx(s) should call the method only once, the library should make subsequent requests to fetch all results.

Pongch avatar Jul 27 '20 04:07 Pongch