equinixmetal-archive / packngo

[Deprecated] A Golang client for the Equinix Metal API. (Packet is now Equinix Metal)
https://deploy.equinix.com/labs/equinix-sdk-go/
Other
79 stars 60 forks source link

IP address lists can now be paginated #334

Open displague opened 2 years ago

displague commented 2 years ago

Handle pagination in /ips GET responses.

This is a recent addition to the API. The default pagination count is high enough to not affect existing projects.

Related to https://github.com/packethost/packngo/issues/63