{ "opencollection": "1.0.0", "info": { "name": "Labguru Antibodies Proteins API", "version": "v1" }, "items": [ { "info": { "name": "Proteins", "type": "folder" }, "items": [ { "info": { "name": "List all proteins in your account", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/proteins", "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 proteins.\n" }, { "info": { "name": "Create a protein", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/proteins", "body": { "type": "json", "data": "{}" } }, "docs": "Create a protein.\n" }, { "info": { "name": "Get a protein by id", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/proteins/:id", "params": [ { "name": "token", "value": "", "type": "query" }, { "name": "id", "value": "", "type": "path", "description": "The ID of the protein" } ] }, "docs": "Get a protein by ID.\n" }, { "info": { "name": "Update protein attributes", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/v1/proteins/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID of the protein" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a protein.\n" } ] } ], "bundled": true }