Skip to content

Commit

Permalink
Merge pull request #9 from kelukelugames/patch-2
Browse files Browse the repository at this point in the history
Add comment on rate limit
  • Loading branch information
Scott Bell committed Jul 9, 2016
2 parents 681ae52 + 645a8b8 commit 2fd2b69
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.
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.

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 2fd2b69

Please sign in to comment.