Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Latest commit

 

History

History
32 lines (23 loc) · 787 Bytes

external_feed.md

File metadata and controls

32 lines (23 loc) · 787 Bytes

FORMAT: 1A

Get feed [/]

Get feed [GET]

  • Parameters

  • Response 200 (application/json)

      {
          "items" : [
              {
                  "category" : "weather",
                  "date" : "2017-10-11 23:23:21",
                  "body" : "<b>This is the body of the item",
                  "title" : "this is title nr 1",
                  "id" : "af120a6c05e96ebb2a1b1b53f3c851c5"
              },
              {
                  "category" : "politics",
                  "date" : "2017-10-10 12:45:22",
                  "title" : "this is title nr 2",
                  "body" : "<p>This is the body of the second item",
                  "id" : "56deefa1d2e6f82be253ae5dcd5e074b"
              }
          ]
      }