Releases: equinix/rest-go
Releases · equinix/rest-go
v1.3.0
FEATURES:
- introduced GetOffsetPaginated function that supports pagination controls with limit and offset attributes in a separate json object within a response
- introduced Do function that runs same logic as previous Execute but returns not only (potential) error but response as well
v1.2.2
BUG FIXES:
GetPaginated
properly creates result slice when API structs use pointers equinix/terraform-provider-equinix#41
v1.2.1
v1.2.0
v1.1.0
v1.0.0
NOTES:
- first version of Equinix rest-go module
FEATURES:
- Resty based client parses Equinix standardized error response body contents
GetPaginated
function queries for data on APIs with paginated responses. Pagination
options can be configured by setting up attributes ofPagingConfig