Category

Get Cakes

GET https://api-my-news.herokuapp.com/api/category

Tanpa login.

{
  "message": "Berhasil Menampilkan Kategori",
  "status": true,
  "data": [
    {
      "id": 1,
      "category": "Education"
    },
    {
      "id": 2,
      "category": "Sport"
    },
    {
      "id": 3,
      "category": "Criminal"
    },
    {
      "id": 4,
      "category": "Technology"
    },
    {
      "id": 5,
      "category": "Economy"
    },
    {
      "id": 6,
      "category": "Business"
    }
  ]
}

Last updated