From 3a3fac03091a5900070527e721fc050da753c630 Mon Sep 17 00:00:00 2001 From: anagradova Date: Fri, 2 Sep 2022 17:07:49 +0000 Subject: [PATCH] [MegaLinter] Apply linter fixes --- github_conf/branch_protection_rules.json | 4 ++++ imls-backend/README.md | 12 ++++++------ 2 files changed, 10 insertions(+), 6 deletions(-) create mode 100644 github_conf/branch_protection_rules.json diff --git a/github_conf/branch_protection_rules.json b/github_conf/branch_protection_rules.json new file mode 100644 index 00000000..8e614b55 --- /dev/null +++ b/github_conf/branch_protection_rules.json @@ -0,0 +1,4 @@ +{ + "message": "Not Found", + "documentation_url": "https://docs.github.com/rest" +} \ No newline at end of file diff --git a/imls-backend/README.md b/imls-backend/README.md index 02d3f005..f03069d9 100644 --- a/imls-backend/README.md +++ b/imls-backend/README.md @@ -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