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

Refactor API Client Implementation #19

Closed robberwick closed 1 month ago

robberwick commented 1 month ago

Description

This pull request introduces significant changes to the pylibrelinkup Python client, focusing on refactoring and improving the API client implementation. The primary changes include:

Summary of Changes:

Purpose and Goals

The primary goal of this refactor is to improve code readability, maintainability, and to better align the class names and module structures with the intended usage patterns of the pylibrelinkup library. This refactor also prepares the codebase for future enhancements and additional features.