{ "opencollection": "1.0.0", "info": { "name": "Google Cloud App Engine Admin Applications Apps API", "version": "1.0.0" }, "request": { "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}}" } } }, "items": [ { "info": { "name": "Apps", "type": "folder" }, "items": [ { "info": { "name": "Google Cloud App Engine List Services", "type": "http" }, "http": { "method": "GET", "url": "https://appengine.googleapis.com/v1/apps/:appsId/services", "params": [ { "name": "appsId", "value": "", "type": "path" } ] }, "docs": "Lists all the services in the application." }, { "info": { "name": "Google Cloud App Engine Get Service", "type": "http" }, "http": { "method": "GET", "url": "https://appengine.googleapis.com/v1/apps/:appsId/services/:servicesId", "params": [ { "name": "appsId", "value": "", "type": "path" }, { "name": "servicesId", "value": "", "type": "path" } ] }, "docs": "Gets the current configuration of the specified service." }, { "info": { "name": "Google Cloud App Engine Delete Service", "type": "http" }, "http": { "method": "DELETE", "url": "https://appengine.googleapis.com/v1/apps/:appsId/services/:servicesId", "params": [ { "name": "appsId", "value": "", "type": "path" }, { "name": "servicesId", "value": "", "type": "path" } ] }, "docs": "Deletes the specified service and all enclosed versions." } ] } ], "bundled": true }