{ "opencollection": "1.0.0", "info": { "name": "Platzi Fake Store auth categories API", "version": "1.0" }, "items": [ { "info": { "name": "categories", "type": "folder" }, "items": [ { "info": { "name": "CategoriesController_getAll", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/categories", "params": [ { "name": "limit", "value": "", "type": "query" } ] } }, { "info": { "name": "CategoriesController_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/categories", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "CategoriesController_getOne", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/categories/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] } }, { "info": { "name": "CategoriesController_update", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/v1/categories/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "CategoriesController_delete", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/v1/categories/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] } }, { "info": { "name": "CategoriesController_getCategoryBySlug", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/categories/slug/:slug", "params": [ { "name": "slug", "value": "", "type": "path" } ] } }, { "info": { "name": "CategoriesController_getProductsByCategory", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/categories/:id/products", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "limit", "value": "", "type": "query" }, { "name": "offset", "value": "", "type": "query" } ] } } ] } ], "bundled": true }