{ "opencollection": "1.0.0", "info": { "name": "Fast Calls API", "version": "0.1.0" }, "items": [ { "info": { "name": "Calls", "type": "folder" }, "items": [ { "info": { "name": "Call Start", "type": "http" }, "http": { "method": "POST", "url": "https://trace.wandb.ai/call/start", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Call Start" }, { "info": { "name": "Call End", "type": "http" }, "http": { "method": "POST", "url": "https://trace.wandb.ai/call/end", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Call End" }, { "info": { "name": "Call Start Batch", "type": "http" }, "http": { "method": "POST", "url": "https://trace.wandb.ai/call/upsert_batch", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Call Start Batch" }, { "info": { "name": "Calls Delete", "type": "http" }, "http": { "method": "POST", "url": "https://trace.wandb.ai/calls/delete", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Calls Delete" }, { "info": { "name": "Call Update", "type": "http" }, "http": { "method": "POST", "url": "https://trace.wandb.ai/call/update", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Call Update" }, { "info": { "name": "Call Read", "type": "http" }, "http": { "method": "POST", "url": "https://trace.wandb.ai/call/read", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Call Read" }, { "info": { "name": "Calls Query Stats", "type": "http" }, "http": { "method": "POST", "url": "https://trace.wandb.ai/calls/query_stats", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Calls Query Stats" }, { "info": { "name": "Calls Query Stream", "type": "http" }, "http": { "method": "POST", "url": "https://trace.wandb.ai/calls/stream_query", "headers": [ { "name": "accept", "value": "" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Calls Query Stream" } ] } ], "bundled": true }