robberwick / pylibrelinkup

`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

Add support for logbook endpoint #35

Open robberwick opened 3 days ago

robberwick commented 3 days ago

This pull request introduces several new features and improvements to the pylibrelinkup library, including the addition of new response models, authentication decorators, and utility functions. It also includes updates to the tests to accommodate these changes.

New Features and Improvements:

Test Updates: