Skip to content

Commit

Permalink
Minor rate limit tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Bell committed Jul 9, 2016
1 parent 2fd2b69 commit 2497985
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -10,7 +10,7 @@ Please email [email protected] if you find any bugs.

## URI and Versioning

We hope to improve the API over time, and may later enable access to private per-user data using OAuth. The changes won't always be backward compatible, so we're going to use versioning. This first iteration will have URIs prefixed with https://hacker-news.firebaseio.com/v0/ and is structured as described below. There is no rate limit.
We hope to improve the API over time, and may later enable access to private per-user data using OAuth. The changes won't always be backward compatible, so we're going to use versioning. This first iteration will have URIs prefixed with https://hacker-news.firebaseio.com/v0/ and is structured as described below. There is currently no rate limit.

For versioning purposes, only removal of a non-optional field or alteration of an existing field will be considered incompatible changes. *Clients should gracefully handle additional fields they don't expect, and simply ignore them.*

Expand Down

0 comments on commit 2497985

Please sign in to comment.