{ "opencollection": "1.0.0", "info": { "name": "Zenodo REST Access Featured Communities API", "version": "12.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Featured Communities", "type": "folder" }, "items": [ { "info": { "name": "Search featured communities", "type": "http" }, "http": { "method": "GET", "url": "https://zenodo.org/api/communities/featured", "params": [ { "name": "q", "value": "", "type": "query" }, { "name": "size", "value": "", "type": "query" }, { "name": "page", "value": "", "type": "query" } ] }, "docs": "Search featured communities" }, { "info": { "name": "Get featured community entry", "type": "http" }, "http": { "method": "GET", "url": "https://zenodo.org/api/communities/:communityId/featured", "params": [ { "name": "communityId", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get featured community entry" }, { "info": { "name": "Create a featured community entry", "type": "http" }, "http": { "method": "POST", "url": "https://zenodo.org/api/communities/:communityId/featured", "params": [ { "name": "communityId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create a featured community entry" } ] } ], "bundled": true }