adamlounds / nightscout-go

Experimental nightscout server using go
0 stars 0 forks source link

Ingestion: allow one-off import from nightscout-js #5

Open adamlounds opened 2 days ago

adamlounds commented 2 days ago

POST /api/v1/entries/import/nightscout?token=abc123

{ "url": "https://my.nightscout.server", "token": "abc123" } or { "url": "https://my.nightscout.server", "api_secret": "ABC123" }

will trigger an import from a remote nightscout instance

adamlounds commented 2 days ago

Retain Oids