Skip to content

Commit

Permalink
[MegaLinter] Apply linter fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
anagradova authored and github-actions[bot] committed Sep 2, 2022
1 parent 7f0c2c4 commit 3a3fac0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions github_conf/branch_protection_rules.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"message": "Not Found",
"documentation_url": "https://docs.github.com/rest"
}
12 changes: 6 additions & 6 deletions imls-backend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,12 @@ This is for local configuration only and should never be run in production.
- EXAMPLE:
[22,23,23,27,26,21,23,37,44,50,66,75,75,75,70,88,88,86,70,30,25,25,25,25]

- bin_devices_over_time
- `curl “http://localhost:3000/rpc/{function_or_sp_name}?_start={DATE variable}&_fscs_id={TEXT variable}&direction={BOOL varialbe}&_days={INT variable}“`
- EXAMPLE:
`curl “http://localhost:3000/rpc/bin_devices_per_hour?_day=2022-05-10&_fscs_id=AA0003-001&_direction=true&_days=2”`
- Returns an array of INTs (device counts per hour) starting at 12 AM EDT, length 24, for Date+1 Day
- EXAMPLE:
- bin_devices_over_time
- `curl “http://localhost:3000/rpc/{function_or_sp_name}?_start={DATE variable}&_fscs_id={TEXT variable}&direction={BOOL varialbe}&_days={INT variable}“`
- EXAMPLE:
`curl “http://localhost:3000/rpc/bin_devices_per_hour?_day=2022-05-10&_fscs_id=AA0003-001&_direction=true&_days=2”`
- Returns an array of INTs (device counts per hour) starting at 12 AM EDT, length 24, for Date+1 Day
- EXAMPLE:
[[12,13,13,13,13,13,17,17,15,16,21,22,20,23,20,16,18,21,21,20,20,26,21,21],[26,26,26,25,24,25,25,24,23,27,21,20,18,19,23,17,20,15,18,20,18,15,15,14]]

## Persisted Data
Expand Down

0 comments on commit 3a3fac0

Please sign in to comment.