{ "opencollection": "1.0.0", "info": { "name": "Labguru Antibodies Seeds API", "version": "v1" }, "items": [ { "info": { "name": "Seeds", "type": "folder" }, "items": [ { "info": { "name": "List all seeds in your account", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/seeds", "params": [ { "name": "token", "value": "", "type": "query" }, { "name": "page", "value": "", "type": "query", "description": "the default call is with page = 1" }, { "name": "meta", "value": "", "type": "query", "description": "show summarized data information - true/false" } ] }, "docs": "List all seeds.\n" }, { "info": { "name": "Creates a seed", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/seeds", "body": { "type": "json", "data": "{}" } }, "docs": "Create a seed.\n" }, { "info": { "name": "Get seed by id", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/seeds/:id", "params": [ { "name": "token", "value": "", "type": "query" }, { "name": "id", "value": "", "type": "path", "description": "The ID of the seed" } ] }, "docs": "Get a seed by ID.\n" }, { "info": { "name": "Update a seed", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/v1/seeds/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID of the seed" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a seed.\n" } ] } ], "bundled": true }