Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 278 Bytes

feeds.md

File metadata and controls

17 lines (11 loc) · 278 Bytes

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