Skip to content

Commit

Permalink
Merge pull request #19 from louistsaitszho/master
Browse files Browse the repository at this point in the history
Specify both story and job can be return from list
  • Loading branch information
sctb committed Jul 14, 2019
2 parents 403572d + 96f2fa2 commit cc7184b
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 cc7184b

Please sign in to comment.