Versions in this module Expand all Collapse all v1 v1.0.0 Aug 28, 2020 Changes in this version + type Data struct + Name string + type Link struct + Href string + type Links struct + Instance Link + type Pagination struct + TotalPages int + TotalResults int + type Resource struct + Data Data + Links Links + type Response struct + Pagination Pagination + Resources []Resource + func ParseResponse(response string) Response