{ "opencollection": "1.0.0", "info": { "name": "Platzi Fake Store auth users API", "version": "1.0" }, "items": [ { "info": { "name": "users", "type": "folder" }, "items": [ { "info": { "name": "UsersController_getAll", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/users", "params": [ { "name": "limit", "value": "", "type": "query" } ] } }, { "info": { "name": "UsersController_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/users", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "UsersController_get", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/users/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] } }, { "info": { "name": "UsersController_update", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/v1/users/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "UsersController_delete", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/v1/users/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] } }, { "info": { "name": "UsersController_isAvailable", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/users/is-available", "body": { "type": "json", "data": "{}" } } } ] } ], "bundled": true }