{ "opencollection": "1.0.0", "info": { "name": "Platzi Fake Store auth products API", "version": "1.0" }, "items": [ { "info": { "name": "products", "type": "folder" }, "items": [ { "info": { "name": "ProductsController_getAll", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/products", "params": [ { "name": "limit", "value": "", "type": "query" }, { "name": "offset", "value": "", "type": "query" } ] } }, { "info": { "name": "ProductsController_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/products", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "ProductsController_getProduct", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/products/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] } }, { "info": { "name": "ProductsController_update", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/v1/products/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "ProductsController_delete", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/v1/products/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] } }, { "info": { "name": "ProductsController_getRelatedProducts", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/products/:id/related", "params": [ { "name": "id", "value": "", "type": "path" } ] } }, { "info": { "name": "ProductsController_getProductBySlug", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/products/slug/:slug", "params": [ { "name": "slug", "value": "", "type": "path" } ] } }, { "info": { "name": "ProductsController_getRelatedProductsBySlug", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/products/slug/:slug/related", "params": [ { "name": "slug", "value": "", "type": "path" } ] } } ] } ], "bundled": true }