blockcypher / java-client

Java SDK for BlockCypher
Apache License 2.0
41 stars 56 forks source link

No (easy) way to page for paged results #2

Open shemnon opened 9 years ago

shemnon commented 9 years ago

Some results return paged results, such as TXIDs from a specific block.

There are no APIs to say "get me the next page of TXIDs" or "get me all of them". The next txids URL is exposed, but we have to dive into the RestUtils class to get at them.