dropbox / pynsot

A Python client and CLI utility for the Network Source of Truth (NSoT) REST API.
https://pynsot.readthedocs.io
Other
46 stars 25 forks source link

Implement support for iterative retrieveal of paginated results #79

Open jathanism opened 8 years ago

jathanism commented 8 years ago

What this means is say I don't want to have a client get ALL results up front and instead want to grab them in chunks? Let's add support for that.