{ "opencollection": "1.0.0", "info": { "name": "Forithmus Challenge Platform 2fa images API", "version": "1.0.0" }, "items": [ { "info": { "name": "images", "type": "folder" }, "items": [ { "info": { "name": "Proxy Image", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/img/:key", "params": [ { "name": "key", "value": "", "type": "path" } ] }, "docs": "Serve an image from the GCS images bucket through our server.\nCached in-memory and with long browser cache headers." } ] } ], "bundled": true }