Releases: danishm/gollu
Releases · danishm/gollu
gollu v0.4.1-alpha
Fixed failing tests
gollu v0.4.0-alpha
Features added
- Differentiate between latest reading struct and graph reading struct
- latest reading now supports returning the color and trend as string
gollu v0.3.0-alpha
Features added
- JSON field names for structs returned by managed client
gollu v0.2.0-alpha
Features added
- A managed client that automates handling of the auth token and makes the API simpler
- Modified the command line utilities to use the new managed client
gollu v0.1.0-alpha
First release of a Go client library for the LibreLinkUp API. It currently supports the following calls
- Login - Allows you to login at acquire a bearer token to make subsequent calls
- Connections - Get connections available to login, which identifies the patient and sensors that they have
- Graph - Get a list of recent data points on blood glucose readings. From experience, this call returns previous 12 hours worth of data