{ "opencollection": "1.0.0", "info": { "name": "Google Cloud Firestore Databases API", "version": "v1" }, "items": [ { "info": { "name": "Databases", "type": "folder" }, "items": [ { "info": { "name": "Google Cloud Firestore List databases", "type": "http" }, "http": { "method": "GET", "url": "https://firestore.googleapis.com/v1/projects/:project/databases", "params": [ { "name": "project", "value": "", "type": "path" } ], "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://accounts.google.com/o/oauth2/auth", "accessTokenUrl": "https://oauth2.googleapis.com/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "List all the databases in the project." }, { "info": { "name": "Google Cloud Firestore Create a database", "type": "http" }, "http": { "method": "POST", "url": "https://firestore.googleapis.com/v1/projects/:project/databases", "params": [ { "name": "project", "value": "", "type": "path" }, { "name": "databaseId", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://accounts.google.com/o/oauth2/auth", "accessTokenUrl": "https://oauth2.googleapis.com/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Create a database." }, { "info": { "name": "Google Cloud Firestore Get a database", "type": "http" }, "http": { "method": "GET", "url": "https://firestore.googleapis.com/v1/projects/:project/databases/:database", "params": [ { "name": "project", "value": "", "type": "path" }, { "name": "database", "value": "", "type": "path" } ], "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://accounts.google.com/o/oauth2/auth", "accessTokenUrl": "https://oauth2.googleapis.com/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Gets information about a database." }, { "info": { "name": "Google Cloud Firestore Delete a database", "type": "http" }, "http": { "method": "DELETE", "url": "https://firestore.googleapis.com/v1/projects/:project/databases/:database", "params": [ { "name": "project", "value": "", "type": "path" }, { "name": "database", "value": "", "type": "path" } ], "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://accounts.google.com/o/oauth2/auth", "accessTokenUrl": "https://oauth2.googleapis.com/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Deletes a database." } ] } ], "bundled": true }