{ "opencollection": "1.0.0", "info": { "name": "REST Auth Product API", "version": "1.1.0" }, "items": [ { "info": { "name": "Product", "type": "folder" }, "items": [ { "info": { "name": "Create new product", "type": "http" }, "http": { "method": "POST", "url": "https://api.primis.cx/products", "body": { "type": "json", "data": "{}" } }, "docs": "Create new product" }, { "info": { "name": "Get product", "type": "http" }, "http": { "method": "GET", "url": "https://api.primis.cx/products/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Id of the product" } ] }, "docs": "Get product" }, { "info": { "name": "Update a product", "type": "http" }, "http": { "method": "PUT", "url": "https://api.primis.cx/products/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Id of the product" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a product" }, { "info": { "name": "Delete product", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.primis.cx/products/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Id of the product" } ] }, "docs": "Delete product" }, { "info": { "name": "Get product", "type": "http" }, "http": { "method": "PUT", "url": "https://api.primis.cx/products/image", "params": [ { "name": "id", "value": "", "type": "path", "description": "Id of the product" } ] }, "docs": "Get product" } ] } ], "bundled": true }