Skip to content
This repository has been archived by the owner on Apr 6, 2024. It is now read-only.

Commit

Permalink
feat: reworked loop
Browse files Browse the repository at this point in the history
  • Loading branch information
burnedikt committed Jan 28, 2023
1 parent ab39ccd commit 72a3035
Show file tree
Hide file tree
Showing 35 changed files with 1,494 additions and 1,135 deletions.
2 changes: 2 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
node_modules
dist
.vscode
.github
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- beta

jobs:
release:
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.env
dist
node_modules
tmp
304 changes: 0 additions & 304 deletions adapter.ts

This file was deleted.

6 changes: 3 additions & 3 deletions diasend-api.http
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ grant_type=password&password={{diasendPassword}}&scope=PATIENT%20DIASEND_MOBILE_
# @name GetPatientData

GET https://{{diasendHostname}}/1/patient/data
?type=combined
&date_from=2022-07-27T10:42:50
&date_to=2022-08-01T10:42:50
?type=cgm
&date_from=2022-12-08T08:00:00
&date_to=2022-12-08T23:00:00
&unit=mg_dl
Authorization: Bearer {{GetAccessToken.response.body.access_token}}

Expand Down
Loading

0 comments on commit 72a3035

Please sign in to comment.