Skip to content

Commit

Permalink
Specify both story and job can be return from topstories
Browse files Browse the repository at this point in the history
  • Loading branch information
louis993546 committed Jul 14, 2019
1 parent 403572d commit 96f2fa2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -181,6 +181,12 @@ Example: https://hacker-news.firebaseio.com/v0/maxitem.json?print=pretty

Up to 500 top and new stories are at `/v0/topstories` and `/v0/newstories`. Best stories are at `/v0/beststories`.

| | `topstories` | `newstories` | `beststories` |
|---------|--------------|--------------|---------------|
| `story` ||||
| `job` || | |


Example: https://hacker-news.firebaseio.com/v0/topstories.json?print=pretty

```javascript
Expand Down

0 comments on commit 96f2fa2

Please sign in to comment.