`pylibrelinkup` is a Python client for the LibreLinkUp API, which allows you to interact with the LibreLinkUp service to retrieve glucose data and other related information. This project is a Python implementation inspired by the [libre-link-up-api-client](https://github.com/DiaKEM/libre-link-up-api-client) project.
MIT License
2
stars
0
forks
source link
update read to check that client is authenticated #10
Amend the read() method so that it tests that the client is authenticated, by checking for the existence of a token. if not present, it will raise an AuthenticationError
Amend the
read()
method so that it tests that the client is authenticated, by checking for the existence of a token. if not present, it will raise anAuthenticationError