Skip to content

Releases: equinix/rest-go

v1.3.0

23 Feb 09:02
Compare
Choose a tag to compare

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

12 Feb 14:02
Compare
Choose a tag to compare

BUG FIXES:

v1.2.1

28 Jan 10:03
Compare
Choose a tag to compare

BUG FIXES:

  • pagination functions support API response structures with pointers

v1.2.0

15 Jan 13:52
Compare
Choose a tag to compare

ENHANCEMENTS:

  • setting up EQUINIX_REST_LOG environmental variable to DEBUG enables Resty debug logging

v1.1.0

04 Nov 10:51
Compare
Choose a tag to compare

ENHANCEMENTS:

  • added AdditionalInfo property to ApplicationError
  • string representation of both Error and ApplicationError was changed

v1.0.0

01 Oct 14:02
Compare
Choose a tag to compare

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 of PagingConfig