{ "opencollection": "1.0.0", "info": { "name": "Fast Calls Files API", "version": "0.1.0" }, "items": [ { "info": { "name": "Files", "type": "folder" }, "items": [ { "info": { "name": "File Create", "type": "http" }, "http": { "method": "POST", "url": "https://trace.wandb.ai/file/create", "body": { "type": "multipart-form", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "File Create" }, { "info": { "name": "File Content", "type": "http" }, "http": { "method": "POST", "url": "https://trace.wandb.ai/file/content", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "File Content" } ] } ], "bundled": true }