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

Sponsors Endpoint

Kibet Theo edited this page Sep 17, 2022 · 1 revision
  • REQUEST GET

  • ENDPOINT events/droidconke-2022-797/feeds?per_page=10

  • RESPONSE PAYLOAD

{
  "data": [
    {
      "title": "Test",
      "body": "Good one",
      "topic": "droidconweb",
      "url": "https://droidcon.co.ke",
      "image": "http://localhost:8000/upload/event/feeds/dangyntvmaet8jgjpg.jpg",
      "created_at": "2020-03-19 18:45:49"
    },
    {
      "title": "niko fine",
      "body": "this is a test",
      "topic": "droidconweb",
      "url": "https://droidcon.co.ke",
      "image": null,
      "created_at": "2020-03-19 18:43:38"
    }
  ],
  "meta": {
    "paginator": {
      "count": 2,
      "per_page": "10",
      "current_page": 1,
      "next_page": null,
      "has_more_pages": false,
      "next_page_url": null,
      "previous_page_url": null
    }
  }
}```
Clone this wiki locally