Skip to content

Commit b1566cb

Browse files
authored
docs: clarify unit
1 parent 63f5058 commit b1566cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ We have built modules to wrap around our API to make it easier to use.
2323

2424
For those building their own implementation, here are some key things to keep in mind:
2525
- 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.
2727
- Each request partition should be paginated over using the `Link` header or `@odata.nextLink` within the body of the response.
2828
- Rate limit yourself (2/sec) and don't make requests in parallel. This will ensure you don't get `403 Unauthorized` responses.
2929
- Use HTTP/3

0 commit comments

Comments
 (0)