This repository has been archived by the owner on Jun 29, 2022. It is now read-only.
Releases: tuneuptechnology/tuneuptechnology-go
Releases · tuneuptechnology/tuneuptechnology-go
v3.0.1
v3.0.0
- Updates entire library to be compliant with the new v2 API (endpoints, HTTP methods, etc)
- Build requests via a Client now providing your email and apiKey
- Added optional BaseURL and Timeout options to client
- Module names are now plural
- The Client now checks if an email and apiKey is provided and raises an error if not
- Added unit tests (closes #1)
- Removed
PrettyPrint
helper function - Adds missing fields to inventory
- Adds missing
created_at
,updated_at
,deleted_at
fields to all records - Corrected various other data types
- Added
omitempty
to all JSON fields in each request
v2.1.0
- Changes
Response
tomakeHTTPRequest
- Adds a timeout to requests
v2.0.0
v1.0.0
- Removed lots of duplicate code
- Use maps properly and return data instead of assuming the user wanted to print instead
- Use built in structures
- Better examples and documentation
v0.2.0
MVP release.