{ "opencollection": "1.0.0", "info": { "name": "Google Cloud Storage JSON Buckets API", "version": "v1" }, "items": [ { "info": { "name": "Buckets", "type": "folder" }, "items": [ { "info": { "name": "Google Cloud Storage List buckets", "type": "http" }, "http": { "method": "GET", "url": "https://storage.googleapis.com/storage/v1/b", "params": [ { "name": "project", "value": "", "type": "query", "description": "A valid API project identifier." }, { "name": "maxResults", "value": "", "type": "query", "description": "Maximum number of buckets to return." }, { "name": "pageToken", "value": "", "type": "query", "description": "A previously-returned page token for pagination." }, { "name": "prefix", "value": "", "type": "query", "description": "Filter results to buckets whose names begin with this prefix." } ], "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": "Retrieves a list of buckets for a given project." }, { "info": { "name": "Google Cloud Storage Create a bucket", "type": "http" }, "http": { "method": "POST", "url": "https://storage.googleapis.com/storage/v1/b", "params": [ { "name": "project", "value": "", "type": "query", "description": "A valid API project identifier." } ], "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": "Creates a new bucket in the specified project." }, { "info": { "name": "Google Cloud Storage Get a bucket", "type": "http" }, "http": { "method": "GET", "url": "https://storage.googleapis.com/storage/v1/b/:bucket", "params": [ { "name": "bucket", "value": "", "type": "path", "description": "Name of the bucket." } ], "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": "Returns metadata for the specified bucket." }, { "info": { "name": "Google Cloud Storage Update a bucket", "type": "http" }, "http": { "method": "PUT", "url": "https://storage.googleapis.com/storage/v1/b/:bucket", "params": [ { "name": "bucket", "value": "", "type": "path", "description": "Name of the bucket." } ], "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": "Updates a bucket. Changes to the bucket will be readable immediately after writing, but configuration changes may take time to propagate." }, { "info": { "name": "Google Cloud Storage Delete a bucket", "type": "http" }, "http": { "method": "DELETE", "url": "https://storage.googleapis.com/storage/v1/b/:bucket", "params": [ { "name": "bucket", "value": "", "type": "path", "description": "Name of the bucket." } ], "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": "Permanently deletes an empty bucket." } ] } ], "bundled": true }