{ "opencollection": "1.0.0", "info": { "name": "Small Improvements action-item-resource public-calendar-resource API", "version": "2.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "public-calendar-resource", "type": "folder" }, "items": [ { "info": { "name": "get", "type": "http" }, "http": { "method": "GET", "url": "https://app.small-improvements.com/api/calendars/:id.ics", "params": [ { "name": "id", "value": "", "type": "path", "description": "id" } ] }, "docs": "get" }, { "info": { "name": "get", "type": "http" }, "http": { "method": "HEAD", "url": "https://app.small-improvements.com/api/calendars/:id.ics", "params": [ { "name": "id", "value": "", "type": "path", "description": "id" } ] }, "docs": "get" } ] } ], "bundled": true }