Skip to content

Commit

Permalink
Update news.md
Browse files Browse the repository at this point in the history
  • Loading branch information
luc authored May 29, 2018
1 parent d85ce9e commit 1221b97
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions content/news.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@ News
| `since: date` | false | `GET /v2/news.json?since=1527450408` will get all news created after the unix timestamp.|
| `ids: number` | false | `GET /v2/news.json?id=1,2,3` will get the news with the id 1.|
| `per_page: number` | false | `GET /v2/news.json?per_page=50` will limit results to 50 per page.|
| `language: string` | false | `GET /v2/news.json?language=lb` will get all news of language lb.|
| `category: string` | false | `GET /v2/news.json?category=Politics` will get all news of category politics.
| `languages: string` | false | `GET /v2/news.json?language=lb,de` will get all news of language lb and de.|
| `category: string` | false | `GET /v2/news.json?category=Politics` will get all news of category politics.|
| `feeds: string` | false | `GET /v2/news.json?feeds=1,2,3` will get all news of feeds 1, 2 and 3.
| `url: string` | false | `GET /v2/news.json?url=http://www.rtl.lu/1` will get news 1.|

### `GET /v2/news/666.json`

Expand Down

0 comments on commit 1221b97

Please sign in to comment.