libre-link-up-api-client
Unofficial Rust client for the LibreLinkUp API. Fetches CGM data from FreeStyle Libre 2/3 devices via Abbott's sharing service.
Inspired by TypeScript libre-link-up-api-client and LibreLinkUp Status Bar Extension.
Installation
[]
= "0.2.1"
= { = "1", = ["macros", "rt-multi-thread"] }
Example
use LibreLinkUpClient;
async
Documentation
- API docs: docs.rs/libre_link_up_api_client or
cargo doc --open - Libre APIs (external): LibreView Unofficial API; see also Gist with resources
Features
- Authentication and token handling
- Regional endpoints (US, EU, JP, DE, FR, AP, AU, AE, CA, LA, RU, CN, etc.)
- Glucose readings (current, history, raw, averaged)
- User, account, logbook, notification settings, country config
Examples
License
MIT
Disclaimer
Unofficial client. The API is not officially documented and may change. Use at your own risk.