nautobot / pynautobot

Nautobot Python SDK
https://pynautobot.readthedocs.io/en/latest/index.html
Apache License 2.0
36 stars 32 forks source link

Draft for manual paging implementation. #107

Closed Kircheneer closed 2 months ago

Kircheneer commented 1 year ago

Ref: https://github.com/nautobot/pynautobot/issues/106

Kircheneer commented 1 year ago

Should look at pushing the entire logic into Endpoint, allowing limit and offset in kwargs instead. Keeps the API for the end user the same but should be cleaner internally. Also removes the special treatment for limit and offset as much as possible, as in the end they are just normal REST API parameters.

joewesch commented 2 months ago

This PR is really stale and it understandably now has conflicts. Closing to clean up, but feel free to reopen if you want to pick it back up again in the future.