https://github.com/tidepool-org/tidepoolkotlinapi
Kotlin library for interfacing with the tidepool backend
https://github.com/tidepool-org/tidepoolkotlinapi
Last synced: 23 days ago
JSON representation
Kotlin library for interfacing with the tidepool backend
- Host: GitHub
- URL: https://github.com/tidepool-org/tidepoolkotlinapi
- Owner: tidepool-org
- Created: 2024-08-05T18:05:38.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-08-13T20:02:27.000Z (9 months ago)
- Last Synced: 2025-02-08T22:25:47.173Z (3 months ago)
- Language: Kotlin
- Size: 113 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[api-docs]: "Tidepool Stoplight Docs"
[example]: "Android Care Partner Application"
[swift-api]: "Swift Library for Backend Communication"
# TidepoolKotlinAPI
A Kotlin library for connecting to the [Tidepool API][api-docs].
This library is currently unfinished, so not all requests and schemas are implemented.## Example
See the [example application][example].
## Other languages
* [Swift (TidepoolKit)][swift-api]