bustoutsolutions / siesta

The civilized way to write REST API clients for iOS / macOS
https://bustoutsolutions.github.io/siesta/
MIT License
2.19k stars 159 forks source link

Retrieving and displaying paginated responses #26

Closed iliaskarim closed 8 years ago

iliaskarim commented 8 years ago

What is the recommended approach for displaying multiple pages of results using Siesta? I wasn't able to find any relevant documentation or examples, please let me know if I've missed something. Thanks!

http://stackoverflow.com/questions/34445568/how-do-i-retrieve-and-display-paginated-server-responses-using-siesta-swift

pcantrell commented 8 years ago

Please see the answer on Stack Overflow, and let me know on that end if you need more info!