hngprojects / hng_boilerplate_php_laravel_web

Apache License 2.0
148 stars 58 forks source link

[FIX][PHP] Refactor API Endpoint For Product Categories #576

Open Muhammad235 opened 3 weeks ago

Muhammad235 commented 3 weeks ago

Description

To get all categories for products

Route

GET: /api/v1/products/categories

Response Body

Code: 200 Description: OK

{
  "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
  "name": "string",
  "description": "string",
  "slug": "string",
  "created_at": "2024-08-24T16:31:01.482Z",
  "updated_at": "2024-08-24T16:31:01.482Z"
}