{ "opencollection": "1.0.0", "info": { "name": "REST activities publishers API", "version": "2.3.0" }, "items": [ { "info": { "name": "publishers", "type": "folder" }, "items": [ { "info": { "name": "This resource returns a collection of reports publishers.", "type": "http" }, "http": { "method": "GET", "url": "https://api.test.datacite.org/publishers", "params": [ { "name": "platform", "value": "", "type": "query", "description": "Name of the Platform the usage is being requested for. This can be omitted if the service provides usage for only one platform." }, { "name": "report_id", "value": "", "type": "query", "description": "The report ID or code or shortname. Typically this will be the same code provided in the Report parameter of the request." } ] }, "docs": "This resource returns a collection of reports publishers." }, { "info": { "name": "This resource creates a new of report publisher.", "type": "http" }, "http": { "method": "POST", "url": "https://api.test.datacite.org/publishers", "body": { "type": "json", "data": "{}" } }, "docs": "This resource creates a new of report publisher." }, { "info": { "name": "This resource returns a specific report publisher.", "type": "http" }, "http": { "method": "GET", "url": "https://api.test.datacite.org/publishers/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Publisher Unique ID. Identifier of a specific report publisher." } ] }, "docs": "This resource returns a specific report publisher." }, { "info": { "name": "This resource returns an updated Publisher Record.", "type": "http" }, "http": { "method": "PUT", "url": "https://api.test.datacite.org/publishers/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Publisher Unique ID. Identifier of a specific report publisher." } ] }, "docs": "This resource returns an updated Publisher Record." }, { "info": { "name": "This resource deletes a Publisher.", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.test.datacite.org/publishers/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Publisher Unique ID. Identifier of a specific report publisher." } ] }, "docs": "This resource deletes a Publisher." } ] } ], "bundled": true }