-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Nightscout API as Datasource #21
Comments
We may need to extend the api to support paging |
I need to be able to post sgv/dttm/trend, download (ideally 250-400records at a time), and get config details. I've not as yet reviewed API to see what's doable. |
We should be good for posting and getting the current config |
Just reading code, not actually testing- I'm not noticing any authentication in the API calls. Are we just counting on the URL being secret? Or am I missing something? |
There's an api-secret header, but it's a weak form of auth.
|
Try to support remote-cgm-monitor v1 api as a datasource. Avoids having to provide a mongo config.
The text was updated successfully, but these errors were encountered: