You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that the library does nothing with the provided next field of the api, and therefor stays quiet about the fact that not all values were returned.
Can something be added (an extra key for example) which automatically request the next url (based on the next field) and add it to the to return list.
I noticed that the library does nothing with the provided next field of the api, and therefor stays quiet about the fact that not all values were returned.
Can something be added (an extra key for example) which automatically request the next url (based on the next field) and add it to the to return list.
https://127.0.0.1/api/ipam/prefixes/
https://127.0.0.1/api/ipam/prefixes/?limit=1000?offset=1000
I now do this as temporary solution
The loop continues until an empty list is returned, which requires an extra unnecessary api call.
The text was updated successfully, but these errors were encountered: