{ "opencollection": "1.0.0", "info": { "name": "Lunary Analytics Datasets API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Datasets", "type": "folder" }, "items": [ { "info": { "name": "List datasets", "type": "http" }, "http": { "method": "GET", "url": "https://api.lunary.ai/v1/datasets" }, "docs": "List datasets" }, { "info": { "name": "Create dataset", "type": "http" }, "http": { "method": "POST", "url": "https://api.lunary.ai/v1/datasets", "body": { "type": "json", "data": "{}" } }, "docs": "Create dataset" }, { "info": { "name": "Get dataset by identifier", "type": "http" }, "http": { "method": "GET", "url": "https://api.lunary.ai/v1/datasets/:identifier", "params": [ { "name": "identifier", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get dataset by identifier" }, { "info": { "name": "Update dataset", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.lunary.ai/v1/datasets/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update dataset" }, { "info": { "name": "Delete dataset", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.lunary.ai/v1/datasets/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete dataset" } ] } ], "bundled": true }