-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #99 from dali-lab/dev
DEV TO RELEASE | Documentation updates
- Loading branch information
Showing
8 changed files
with
195 additions
and
168 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# County Predictions Data Operations | ||
|
||
## `GET /county-prediction` | ||
|
||
Returns county predictions objects that match specified query params. | ||
|
||
User can supply query params for: | ||
|
||
- `cleridPerDay` | ||
- `county` | ||
- `spbPerDay` | ||
- `state` | ||
- `trapCount` | ||
- `year` | ||
|
||
## `POST /county-prediction/query` | ||
|
||
Returns county predictions objects that match provided mongo query. | ||
|
||
User can supply mongo query in body. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Ranger District Predictions Data Operations | ||
|
||
## `GET /rd-prediction` | ||
|
||
Returns ranger district predictions objects that match specified query params. | ||
|
||
User can supply query params for: | ||
|
||
- `cleridPerDay` | ||
- `rangerDistrict` | ||
- `spbPerDay` | ||
- `state` | ||
- `trapCount` | ||
- `year` | ||
|
||
## `POST /rd-prediction/query` | ||
|
||
Returns ranger district predictions objects that match provided mongo query. | ||
|
||
User can supply mongo query in body. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# County Spot Data Operations | ||
|
||
## `GET /spot-data-county` | ||
|
||
Returns county spot data objects that match specified query params. | ||
|
||
User can supply query params for: | ||
|
||
- `county` | ||
- `fips` | ||
- `hostAc` | ||
- `spots` | ||
- `state` | ||
- `year` | ||
|
||
## `POST /spot-data-county/query` | ||
|
||
Returns county spot data objects that match provided mongo query. | ||
|
||
User can supply mongo query in body. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Ranger District Spot Data Operations | ||
|
||
## `GET /spot-data-rangerdistrict` | ||
|
||
Returns ranger district spot data objects that match specified query params. | ||
|
||
User can supply query params for: | ||
|
||
- `rangerDistrict` | ||
- `spots` | ||
- `state` | ||
- `year` | ||
|
||
## `POST /spot-data-rangerdistrict/query` | ||
|
||
Returns ranger district spot data objects that match provided mongo query. | ||
|
||
User can supply mongo query in body. |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters