{ "opencollection": "1.0.0", "info": { "name": "Fast Calls Costs API", "version": "0.1.0" }, "items": [ { "info": { "name": "Costs", "type": "folder" }, "items": [ { "info": { "name": "Cost Create", "type": "http" }, "http": { "method": "POST", "url": "https://trace.wandb.ai/cost/create", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Cost Create" }, { "info": { "name": "Cost Query", "type": "http" }, "http": { "method": "POST", "url": "https://trace.wandb.ai/cost/query", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Cost Query" }, { "info": { "name": "Cost Purge", "type": "http" }, "http": { "method": "POST", "url": "https://trace.wandb.ai/cost/purge", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Cost Purge" } ] } ], "bundled": true }