Skip to content

Commit

Permalink
Create feeds.md
Browse files Browse the repository at this point in the history
  • Loading branch information
luc authored May 27, 2018
1 parent 24b7709 commit be86648
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions content/feeds.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
Feeds
=====

Get Feed
--------

- `GET /v2/feeds/1.json` will return the feed with an id of `1`

Get all Feeds
--------
- `GET /v2/feeds.json` will return all feeds


**Status Codes**

- `200 OK` will be returned if found
- `404 Not Found` will be returned if no feed is found

0 comments on commit be86648

Please sign in to comment.