You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Large and breaking changes to the API, most notably the decoupling of upload and download operations into NightscoutDownloader and NightscoutUploader.
NightscoutDataManager, which can sync uploads/updates/deletions with the latest downloads to keep information up to date before the Nightscout API is updated to reflect the changes.
Dependency on my utility library, Oxygen, which separates out non-Nightscout functionality like Result, Atomic, and Weak.