Skip to content

Commit

Permalink
Merge pull request #119 from evanofslack/query
Browse files Browse the repository at this point in the history
Update frontend to query by color and keyword
  • Loading branch information
evanofslack committed Aug 11, 2023
2 parents 23cc055 + f765376 commit 4ed0e0e
Show file tree
Hide file tree
Showing 15 changed files with 363 additions and 82 deletions.
10 changes: 6 additions & 4 deletions web/components/documentation.js
Original file line number Diff line number Diff line change
Expand Up @@ -246,13 +246,15 @@ export default function Documentation() {
</div>
<h1 className={styles.h1}> Rate Limiting </h1>
<p>
The Analogdb API currently places a limit of 30 requests/min.
The Analogdb API currently places a limit of 60 requests/min.
Current rate limit status is returned in response headers after each
request.
request including remaining requests and reset time in unix epoch
seconds.
</p>
<Code block>
X-Ratelimit-Limit: 30
<br></br>X-Ratelimit-Remaining: 29
x-ratelimit-limit: 60
<br></br>x-ratelimit-remaining: 59
<br></br>x-ratelimit-reset: 1691712960
</Code>
<div className={styles.divider}>
<Divider my="sm" />
Expand Down
Loading

0 comments on commit 4ed0e0e

Please sign in to comment.