Skip to content

Commit

Permalink
More small README changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Bell committed Apr 23, 2016
1 parent 274dc70 commit 831ca52
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Expand Up @@ -10,9 +10,7 @@ Please email [email protected] if you find any bugs.

## URI and Versioning

The current API is based at https://hacker-news.firebaseio.com/v0/.

We hope to improve it 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 version the API. This first iteration will live at 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.

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 831ca52

Please sign in to comment.