{ "opencollection": "1.0.0", "info": { "name": "Platzi Fake Store Auth Products API", "version": "1.0.0" }, "items": [ { "info": { "name": "Products", "type": "folder" }, "items": [ { "info": { "name": "List products", "type": "http" }, "http": { "method": "GET", "url": "https://api.escuelajs.co/api/v1/products", "params": [ { "name": "offset", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" }, { "name": "title", "value": "", "type": "query" }, { "name": "price", "value": "", "type": "query" }, { "name": "price_min", "value": "", "type": "query" }, { "name": "price_max", "value": "", "type": "query" }, { "name": "categoryId", "value": "", "type": "query" } ] }, "docs": "List products" }, { "info": { "name": "Create product", "type": "http" }, "http": { "method": "POST", "url": "https://api.escuelajs.co/api/v1/products", "body": { "type": "json", "data": "{}" } }, "docs": "Create product" }, { "info": { "name": "Get product by id", "type": "http" }, "http": { "method": "GET", "url": "https://api.escuelajs.co/api/v1/products/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get product by id" }, { "info": { "name": "Update product", "type": "http" }, "http": { "method": "PUT", "url": "https://api.escuelajs.co/api/v1/products/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update product" }, { "info": { "name": "Delete product", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.escuelajs.co/api/v1/products/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete product" }, { "info": { "name": "Get product by slug", "type": "http" }, "http": { "method": "GET", "url": "https://api.escuelajs.co/api/v1/products/slug/:slug", "params": [ { "name": "slug", "value": "", "type": "path" } ] }, "docs": "Get product by slug" }, { "info": { "name": "Get related products by id", "type": "http" }, "http": { "method": "GET", "url": "https://api.escuelajs.co/api/v1/products/:id/related", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get related products by id" }, { "info": { "name": "Get related products by slug", "type": "http" }, "http": { "method": "GET", "url": "https://api.escuelajs.co/api/v1/products/slug/:slug/related", "params": [ { "name": "slug", "value": "", "type": "path" } ] }, "docs": "Get related products by slug" } ] } ], "bundled": true }