You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ We have built modules to wrap around our API to make it easier to use.
23
23
24
24
For those building their own implementation, here are some key things to keep in mind:
25
25
- Querystring parameters must be URL encoded. All languages should have a function to do this.
26
-
- Requests to Observations/Records that you expect a large amount (>1M) of data from should be partitioned. We recommend by Monitoring locations and/or activity start year. There is a technical database reason for this that you're welcome to ask us about.
26
+
- Requests to Observations/Records that you expect a large amount (>1M rows) of data from should be partitioned. We recommend by Monitoring locations and/or activity start year. There is a technical database reason for this that you're welcome to ask us about.
27
27
- Each request partition should be paginated over using the `Link` header or `@odata.nextLink` within the body of the response.
28
28
- Rate limit yourself (2/sec) and don't make requests in parallel. This will ensure you don't get `403 Unauthorized` responses.
0 commit comments