heroku-client
Advanced tools
Comparing version 0.7.0 to 0.7.1
@@ -11,22 +11,29 @@ # account | ||
Method | Path | Expected Status(es) | ||
--- | --- | --- | ||
GET | account | ### `update` | ||
Method | Path | ||
--- | --- | ||
GET | /account | ||
### `update` | ||
`heroku.account().update({attributes}, {callback});` | ||
Method | Path | Expected Status(es) | ||
--- | --- | --- | ||
PATCH | account | ### `changeEmail` | ||
Method | Path | ||
--- | --- | ||
PATCH | /account | ||
### `changeEmail` | ||
`heroku.account().changeEmail({attributes}, {callback});` | ||
Method | Path | Expected Status(es) | ||
--- | --- | --- | ||
PATCH | account | ### `changePassword` | ||
Method | Path | ||
--- | --- | ||
PATCH | /account | ||
### `changePassword` | ||
`heroku.account().changePassword({attributes}, {callback});` | ||
Method | Path | Expected Status(es) | ||
--- | --- | --- | ||
PATCH | account | | ||
Method | Path | ||
--- | --- | ||
PATCH | /account | ||
@@ -11,16 +11,21 @@ # account-feature | ||
Method | Path | Expected Status(es) | ||
--- | --- | --- | ||
GET | account/features/{account-feature_id_or_name} | ### `list` | ||
Method | Path | ||
--- | --- | ||
GET | /account/features/{account-feature_id_or_name} | ||
### `list` | ||
`heroku.account().features().list({callback});` | ||
Method | Path | Expected Status(es) | ||
--- | --- | --- | ||
GET | account/features | ### `update` | ||
Method | Path | ||
--- | --- | ||
GET | /account/features | ||
### `update` | ||
`heroku.account().features({account-feature_id_or_name}).update({attributes}, {callback});` | ||
Method | Path | Expected Status(es) | ||
--- | --- | --- | ||
PATCH | account/features/{account-feature_id_or_name} | | ||
Method | Path | ||
--- | --- | ||
PATCH | /account/features/{account-feature_id_or_name} | ||
@@ -11,28 +11,37 @@ # addon | ||
Method | Path | Expected Status(es) | ||
--- | --- | --- | ||
POST | apps/{app_id_or_name}/addons | ### `delete` | ||
Method | Path | ||
--- | --- | ||
POST | /apps/{app_id_or_name}/addons | ||
### `delete` | ||
`heroku.apps({app_id_or_name}).addons({addon_id}).delete({callback});` | ||
Method | Path | Expected Status(es) | ||
--- | --- | --- | ||
DELETE | apps/{app_id_or_name}/addons/{addon_id} | ### `info` | ||
Method | Path | ||
--- | --- | ||
DELETE | /apps/{app_id_or_name}/addons/{addon_id} | ||
### `info` | ||
`heroku.apps({app_id_or_name}).addons({addon_id}).info({callback});` | ||
Method | Path | Expected Status(es) | ||
--- | --- | --- | ||
GET | apps/{app_id_or_name}/addons/{addon_id} | ### `list` | ||
Method | Path | ||
--- | --- | ||
GET | /apps/{app_id_or_name}/addons/{addon_id} | ||
### `list` | ||
`heroku.apps({app_id_or_name}).addons().list({callback});` | ||
Method | Path | Expected Status(es) | ||
--- | --- | --- | ||
GET | apps/{app_id_or_name}/addons | ### `update` | ||
Method | Path | ||
--- | --- | ||
GET | /apps/{app_id_or_name}/addons | ||
### `update` | ||
`heroku.apps({app_id_or_name}).addons({addon_id}).update({attributes}, {callback});` | ||
Method | Path | Expected Status(es) | ||
--- | --- | --- | ||
PATCH | apps/{app_id_or_name}/addons/{addon_id} | | ||
Method | Path | ||
--- | --- | ||
PATCH | /apps/{app_id_or_name}/addons/{addon_id} | ||
@@ -11,10 +11,13 @@ # addon-service | ||
Method | Path | Expected Status(es) | ||
--- | --- | --- | ||
GET | addon-services/{addon-service_id_or_name} | ### `list` | ||
Method | Path | ||
--- | --- | ||
GET | /addon-services/{addon-service_id_or_name} | ||
### `list` | ||
`heroku.addonServices().list({callback});` | ||
Method | Path | Expected Status(es) | ||
--- | --- | --- | ||
GET | addon-services | | ||
Method | Path | ||
--- | --- | ||
GET | /addon-services | ||
@@ -11,28 +11,37 @@ # app | ||
Method | Path | Expected Status(es) | ||
--- | --- | --- | ||
POST | apps | ### `delete` | ||
Method | Path | ||
--- | --- | ||
POST | /apps | ||
### `delete` | ||
`heroku.apps({app_id_or_name}).delete({callback});` | ||
Method | Path | Expected Status(es) | ||
--- | --- | --- | ||
DELETE | apps/{app_id_or_name} | ### `info` | ||
Method | Path | ||
--- | --- | ||
DELETE | /apps/{app_id_or_name} | ||
### `info` | ||
`heroku.apps({app_id_or_name}).info({callback});` | ||
Method | Path | Expected Status(es) | ||
--- | --- | --- | ||
GET | apps/{app_id_or_name} | ### `list` | ||
Method | Path | ||
--- | --- | ||
GET | /apps/{app_id_or_name} | ||
### `list` | ||
`heroku.apps().list({callback});` | ||
Method | Path | Expected Status(es) | ||
--- | --- | --- | ||
GET | apps | ### `update` | ||
Method | Path | ||
--- | --- | ||
GET | /apps | ||
### `update` | ||
`heroku.apps({app_id_or_name}).update({attributes}, {callback});` | ||
Method | Path | Expected Status(es) | ||
--- | --- | --- | ||
PATCH | apps/{app_id_or_name} | | ||
Method | Path | ||
--- | --- | ||
PATCH | /apps/{app_id_or_name} | ||
@@ -11,16 +11,21 @@ # app-feature | ||
Method | Path | Expected Status(es) | ||
--- | --- | --- | ||
GET | apps/{app_id_or_name}/features/{app_id_or_name} | ### `list` | ||
Method | Path | ||
--- | --- | ||
GET | /apps/{app_id_or_name}/features/{app_id_or_name} | ||
### `list` | ||
`heroku.apps({app_id_or_name}).features().list({callback});` | ||
Method | Path | Expected Status(es) | ||
--- | --- | --- | ||
GET | apps/{app_id_or_name}/features | ### `update` | ||
Method | Path | ||
--- | --- | ||
GET | /apps/{app_id_or_name}/features | ||
### `update` | ||
`heroku.apps({app_id_or_name}).features({app_id_or_name}).update({attributes}, {callback});` | ||
Method | Path | Expected Status(es) | ||
--- | --- | --- | ||
PATCH | apps/{app_id_or_name}/features/{app_id_or_name} | | ||
Method | Path | ||
--- | --- | ||
PATCH | /apps/{app_id_or_name}/features/{app_id_or_name} | ||
@@ -11,28 +11,37 @@ # app-transfer | ||
Method | Path | Expected Status(es) | ||
--- | --- | --- | ||
POST | account/app-transfers | ### `delete` | ||
Method | Path | ||
--- | --- | ||
POST | /account/app-transfers | ||
### `delete` | ||
`heroku.account().appTransfers({app-transfer_id}).delete({callback});` | ||
Method | Path | Expected Status(es) | ||
--- | --- | --- | ||
DELETE | account/app-transfers/{app-transfer_id} | ### `info` | ||
Method | Path | ||
--- | --- | ||
DELETE | /account/app-transfers/{app-transfer_id} | ||
### `info` | ||
`heroku.account().appTransfers({app-transfer_id}).info({callback});` | ||
Method | Path | Expected Status(es) | ||
--- | --- | --- | ||
GET | account/app-transfers/{app-transfer_id} | ### `list` | ||
Method | Path | ||
--- | --- | ||
GET | /account/app-transfers/{app-transfer_id} | ||
### `list` | ||
`heroku.account().appTransfers().list({callback});` | ||
Method | Path | Expected Status(es) | ||
--- | --- | --- | ||
GET | account/app-transfers | ### `update` | ||
Method | Path | ||
--- | --- | ||
GET | /account/app-transfers | ||
### `update` | ||
`heroku.account().appTransfers({app-transfer_id}).update({attributes}, {callback});` | ||
Method | Path | Expected Status(es) | ||
--- | --- | --- | ||
PATCH | account/app-transfers/{app-transfer_id} | | ||
Method | Path | ||
--- | --- | ||
PATCH | /account/app-transfers/{app-transfer_id} | ||
@@ -11,22 +11,29 @@ # collaborator | ||
Method | Path | Expected Status(es) | ||
--- | --- | --- | ||
POST | apps/{app_id_or_name}/collaborators | ### `delete` | ||
Method | Path | ||
--- | --- | ||
POST | /apps/{app_id_or_name}/collaborators | ||
### `delete` | ||
`heroku.apps({app_id_or_name}).collaborators({collaborator_email_or_id}).delete({callback});` | ||
Method | Path | Expected Status(es) | ||
--- | --- | --- | ||
DELETE | apps/{app_id_or_name}/collaborators/{collaborator_email_or_id} | ### `info` | ||
Method | Path | ||
--- | --- | ||
DELETE | /apps/{app_id_or_name}/collaborators/{collaborator_email_or_id} | ||
### `info` | ||
`heroku.apps({app_id_or_name}).collaborators({collaborator_email_or_id}).info({callback});` | ||
Method | Path | Expected Status(es) | ||
--- | --- | --- | ||
GET | apps/{app_id_or_name}/collaborators/{collaborator_email_or_id} | ### `list` | ||
Method | Path | ||
--- | --- | ||
GET | /apps/{app_id_or_name}/collaborators/{collaborator_email_or_id} | ||
### `list` | ||
`heroku.apps({app_id_or_name}).collaborators().list({callback});` | ||
Method | Path | Expected Status(es) | ||
--- | --- | --- | ||
GET | apps/{app_id_or_name}/collaborators | | ||
Method | Path | ||
--- | --- | ||
GET | /apps/{app_id_or_name}/collaborators | ||
@@ -11,10 +11,13 @@ # config-var | ||
Method | Path | Expected Status(es) | ||
--- | --- | --- | ||
GET | apps/{app_id_or_name}/config-vars | ### `update` | ||
Method | Path | ||
--- | --- | ||
GET | /apps/{app_id_or_name}/config-vars | ||
### `update` | ||
`heroku.apps({app_id_or_name}).configVars().update({attributes}, {callback});` | ||
Method | Path | Expected Status(es) | ||
--- | --- | --- | ||
PATCH | apps/{app_id_or_name}/config-vars | | ||
Method | Path | ||
--- | --- | ||
PATCH | /apps/{app_id_or_name}/config-vars | ||
@@ -11,22 +11,29 @@ # domain | ||
Method | Path | Expected Status(es) | ||
--- | --- | --- | ||
POST | apps/{app_id_or_name}/domains | ### `delete` | ||
Method | Path | ||
--- | --- | ||
POST | /apps/{app_id_or_name}/domains | ||
### `delete` | ||
`heroku.apps({app_id_or_name}).domains({domain_hostname_or_id}).delete({callback});` | ||
Method | Path | Expected Status(es) | ||
--- | --- | --- | ||
DELETE | apps/{app_id_or_name}/domains/{domain_hostname_or_id} | ### `info` | ||
Method | Path | ||
--- | --- | ||
DELETE | /apps/{app_id_or_name}/domains/{domain_hostname_or_id} | ||
### `info` | ||
`heroku.apps({app_id_or_name}).domains({domain_hostname_or_id}).info({callback});` | ||
Method | Path | Expected Status(es) | ||
--- | --- | --- | ||
GET | apps/{app_id_or_name}/domains/{domain_hostname_or_id} | ### `list` | ||
Method | Path | ||
--- | --- | ||
GET | /apps/{app_id_or_name}/domains/{domain_hostname_or_id} | ||
### `list` | ||
`heroku.apps({app_id_or_name}).domains().list({callback});` | ||
Method | Path | Expected Status(es) | ||
--- | --- | --- | ||
GET | apps/{app_id_or_name}/domains | | ||
Method | Path | ||
--- | --- | ||
GET | /apps/{app_id_or_name}/domains | ||
@@ -11,28 +11,37 @@ # dyno | ||
Method | Path | Expected Status(es) | ||
--- | --- | --- | ||
POST | apps/{app_id_or_name}/dynos | ### `restartDyno` | ||
Method | Path | ||
--- | --- | ||
POST | /apps/{app_id_or_name}/dynos | ||
### `restartDyno` | ||
`heroku.apps({app_id_or_name}).dynos({dyno_id_or_name}).restartDyno({callback});` | ||
Method | Path | Expected Status(es) | ||
--- | --- | --- | ||
DELETE | apps/{app_id_or_name}/dynos/{dyno_id_or_name} | ### `restartAllDynos` | ||
Method | Path | ||
--- | --- | ||
DELETE | /apps/{app_id_or_name}/dynos/{dyno_id_or_name} | ||
### `restartAllDynos` | ||
`heroku.apps({app_id_or_name}).dynos().restartAllDynos({callback});` | ||
Method | Path | Expected Status(es) | ||
--- | --- | --- | ||
DELETE | apps/{app_id_or_name}/dynos | ### `info` | ||
Method | Path | ||
--- | --- | ||
DELETE | /apps/{app_id_or_name}/dynos | ||
### `info` | ||
`heroku.apps({app_id_or_name}).dynos({dyno_id_or_name}).info({callback});` | ||
Method | Path | Expected Status(es) | ||
--- | --- | --- | ||
GET | apps/{app_id_or_name}/dynos/{dyno_id_or_name} | ### `list` | ||
Method | Path | ||
--- | --- | ||
GET | /apps/{app_id_or_name}/dynos/{dyno_id_or_name} | ||
### `list` | ||
`heroku.apps({app_id_or_name}).dynos().list({callback});` | ||
Method | Path | Expected Status(es) | ||
--- | --- | --- | ||
GET | apps/{app_id_or_name}/dynos | | ||
Method | Path | ||
--- | --- | ||
GET | /apps/{app_id_or_name}/dynos | ||
@@ -11,16 +11,21 @@ # formation | ||
Method | Path | Expected Status(es) | ||
--- | --- | --- | ||
GET | apps/{app_id_or_name}/formation/{formation_id_or_type} | ### `list` | ||
Method | Path | ||
--- | --- | ||
GET | /apps/{app_id_or_name}/formation/{formation_id_or_type} | ||
### `list` | ||
`heroku.apps({app_id_or_name}).formation().list({callback});` | ||
Method | Path | Expected Status(es) | ||
--- | --- | --- | ||
GET | apps/{app_id_or_name}/formation | ### `update` | ||
Method | Path | ||
--- | --- | ||
GET | /apps/{app_id_or_name}/formation | ||
### `update` | ||
`heroku.apps({app_id_or_name}).formation({formation_id_or_type}).update({attributes}, {callback});` | ||
Method | Path | Expected Status(es) | ||
--- | --- | --- | ||
PATCH | apps/{app_id_or_name}/formation/{formation_id_or_type} | | ||
Method | Path | ||
--- | --- | ||
PATCH | /apps/{app_id_or_name}/formation/{formation_id_or_type} | ||
@@ -11,22 +11,29 @@ # key | ||
Method | Path | Expected Status(es) | ||
--- | --- | --- | ||
POST | account/keys | ### `delete` | ||
Method | Path | ||
--- | --- | ||
POST | /account/keys | ||
### `delete` | ||
`heroku.account().keys({key_fingerprint_or_id}).delete({callback});` | ||
Method | Path | Expected Status(es) | ||
--- | --- | --- | ||
DELETE | account/keys/{key_fingerprint_or_id} | ### `info` | ||
Method | Path | ||
--- | --- | ||
DELETE | /account/keys/{key_fingerprint_or_id} | ||
### `info` | ||
`heroku.account().keys({key_fingerprint_or_id}).info({callback});` | ||
Method | Path | Expected Status(es) | ||
--- | --- | --- | ||
GET | account/keys/{key_fingerprint_or_id} | ### `list` | ||
Method | Path | ||
--- | --- | ||
GET | /account/keys/{key_fingerprint_or_id} | ||
### `list` | ||
`heroku.account().keys().list({callback});` | ||
Method | Path | Expected Status(es) | ||
--- | --- | --- | ||
GET | account/keys | | ||
Method | Path | ||
--- | --- | ||
GET | /account/keys | ||
@@ -11,22 +11,29 @@ # log-drain | ||
Method | Path | Expected Status(es) | ||
--- | --- | --- | ||
POST | apps/{app_id_or_name}/log-drains | ### `delete` | ||
Method | Path | ||
--- | --- | ||
POST | /apps/{app_id_or_name}/log-drains | ||
### `delete` | ||
`heroku.apps({app_id_or_name}).logDrains({log-drain_id_or_url}).delete({callback});` | ||
Method | Path | Expected Status(es) | ||
--- | --- | --- | ||
DELETE | apps/{app_id_or_name}/log-drains/{log-drain_id_or_url} | ### `info` | ||
Method | Path | ||
--- | --- | ||
DELETE | /apps/{app_id_or_name}/log-drains/{log-drain_id_or_url} | ||
### `info` | ||
`heroku.apps({app_id_or_name}).logDrains({log-drain_id_or_url}).info({callback});` | ||
Method | Path | Expected Status(es) | ||
--- | --- | --- | ||
GET | apps/{app_id_or_name}/log-drains/{log-drain_id_or_url} | ### `list` | ||
Method | Path | ||
--- | --- | ||
GET | /apps/{app_id_or_name}/log-drains/{log-drain_id_or_url} | ||
### `list` | ||
`heroku.apps({app_id_or_name}).logDrains().list({callback});` | ||
Method | Path | Expected Status(es) | ||
--- | --- | --- | ||
GET | apps/{app_id_or_name}/log-drains | | ||
Method | Path | ||
--- | --- | ||
GET | /apps/{app_id_or_name}/log-drains | ||
@@ -11,4 +11,5 @@ # log-session | ||
Method | Path | Expected Status(es) | ||
--- | --- | --- | ||
POST | apps/{app_id_or_name}/log-sessions | | ||
Method | Path | ||
--- | --- | ||
POST | /apps/{app_id_or_name}/log-sessions | ||
@@ -11,22 +11,29 @@ # oauth-authorization | ||
Method | Path | Expected Status(es) | ||
--- | --- | --- | ||
POST | oauth/authorizations | ### `delete` | ||
Method | Path | ||
--- | --- | ||
POST | /oauth/authorizations | ||
### `delete` | ||
`heroku.oauth().authorizations({oauth-authorization_id}).delete({callback});` | ||
Method | Path | Expected Status(es) | ||
--- | --- | --- | ||
DELETE | oauth/authorizations/{oauth-authorization_id} | ### `info` | ||
Method | Path | ||
--- | --- | ||
DELETE | /oauth/authorizations/{oauth-authorization_id} | ||
### `info` | ||
`heroku.oauth().authorizations({oauth-authorization_id}).info({callback});` | ||
Method | Path | Expected Status(es) | ||
--- | --- | --- | ||
GET | oauth/authorizations/{oauth-authorization_id} | ### `list` | ||
Method | Path | ||
--- | --- | ||
GET | /oauth/authorizations/{oauth-authorization_id} | ||
### `list` | ||
`heroku.oauth().authorizations().list({callback});` | ||
Method | Path | Expected Status(es) | ||
--- | --- | --- | ||
GET | oauth/authorizations | | ||
Method | Path | ||
--- | --- | ||
GET | /oauth/authorizations | ||
@@ -11,28 +11,37 @@ # oauth-client | ||
Method | Path | Expected Status(es) | ||
--- | --- | --- | ||
POST | oauth/clients | ### `delete` | ||
Method | Path | ||
--- | --- | ||
POST | /oauth/clients | ||
### `delete` | ||
`heroku.oauth().clients({oauth-client_id}).delete({callback});` | ||
Method | Path | Expected Status(es) | ||
--- | --- | --- | ||
DELETE | oauth/clients/{oauth-client_id} | ### `info` | ||
Method | Path | ||
--- | --- | ||
DELETE | /oauth/clients/{oauth-client_id} | ||
### `info` | ||
`heroku.oauth().clients({oauth-client_id}).info({callback});` | ||
Method | Path | Expected Status(es) | ||
--- | --- | --- | ||
GET | oauth/clients/{oauth-client_id} | ### `list` | ||
Method | Path | ||
--- | --- | ||
GET | /oauth/clients/{oauth-client_id} | ||
### `list` | ||
`heroku.oauth().clients().list({callback});` | ||
Method | Path | Expected Status(es) | ||
--- | --- | --- | ||
GET | oauth/clients | ### `update` | ||
Method | Path | ||
--- | --- | ||
GET | /oauth/clients | ||
### `update` | ||
`heroku.oauth().clients({oauth-client_id}).update({attributes}, {callback});` | ||
Method | Path | Expected Status(es) | ||
--- | --- | --- | ||
PATCH | oauth/clients/{oauth-client_id} | | ||
Method | Path | ||
--- | --- | ||
PATCH | /oauth/clients/{oauth-client_id} | ||
@@ -11,4 +11,5 @@ # oauth-token | ||
Method | Path | Expected Status(es) | ||
--- | --- | --- | ||
POST | oauth/tokens | | ||
Method | Path | ||
--- | --- | ||
POST | /oauth/tokens | ||
@@ -11,10 +11,13 @@ # plan | ||
Method | Path | Expected Status(es) | ||
--- | --- | --- | ||
GET | addon-services/{addon-service_id_or_name}/plans/{plan_id_or_name} | ### `list` | ||
Method | Path | ||
--- | --- | ||
GET | /addon-services/{addon-service_id_or_name}/plans/{plan_id_or_name} | ||
### `list` | ||
`heroku.addonServices({addon-service_id_or_name}).plans().list({callback});` | ||
Method | Path | Expected Status(es) | ||
--- | --- | --- | ||
GET | addon-services/{addon-service_id_or_name}/plans | | ||
Method | Path | ||
--- | --- | ||
GET | /addon-services/{addon-service_id_or_name}/plans | ||
@@ -11,4 +11,5 @@ # rate-limit | ||
Method | Path | Expected Status(es) | ||
--- | --- | --- | ||
GET | account/rate-limits | | ||
Method | Path | ||
--- | --- | ||
GET | /account/rate-limits | ||
@@ -11,10 +11,13 @@ # region | ||
Method | Path | Expected Status(es) | ||
--- | --- | --- | ||
GET | regions/{region_id_or_name} | ### `list` | ||
Method | Path | ||
--- | --- | ||
GET | /regions/{region_id_or_name} | ||
### `list` | ||
`heroku.regions().list({callback});` | ||
Method | Path | Expected Status(es) | ||
--- | --- | --- | ||
GET | regions | | ||
Method | Path | ||
--- | --- | ||
GET | /regions | ||
@@ -11,16 +11,21 @@ # release | ||
Method | Path | Expected Status(es) | ||
--- | --- | --- | ||
GET | apps/{app_id_or_name}/releases/{release_id_or_version} | ### `list` | ||
Method | Path | ||
--- | --- | ||
GET | /apps/{app_id_or_name}/releases/{release_id_or_version} | ||
### `list` | ||
`heroku.apps({app_id_or_name}).releases().list({callback});` | ||
Method | Path | Expected Status(es) | ||
--- | --- | --- | ||
GET | apps/{app_id_or_name}/releases | ### `rollback` | ||
Method | Path | ||
--- | --- | ||
GET | /apps/{app_id_or_name}/releases | ||
### `rollback` | ||
`heroku.apps({app_id_or_name}).releases().rollback({attributes}, {callback});` | ||
Method | Path | Expected Status(es) | ||
--- | --- | --- | ||
POST | apps/{app_id_or_name}/releases | | ||
Method | Path | ||
--- | --- | ||
POST | /apps/{app_id_or_name}/releases | ||
@@ -11,28 +11,37 @@ # ssl-endpoint | ||
Method | Path | Expected Status(es) | ||
--- | --- | --- | ||
POST | apps/{app_id_or_name}/ssl-endpoints | ### `delete` | ||
Method | Path | ||
--- | --- | ||
POST | /apps/{app_id_or_name}/ssl-endpoints | ||
### `delete` | ||
`heroku.apps({app_id_or_name}).sslEndpoints({ssl-endpoint_id_or_name}).delete({callback});` | ||
Method | Path | Expected Status(es) | ||
--- | --- | --- | ||
DELETE | apps/{app_id_or_name}/ssl-endpoints/{ssl-endpoint_id_or_name} | ### `info` | ||
Method | Path | ||
--- | --- | ||
DELETE | /apps/{app_id_or_name}/ssl-endpoints/{ssl-endpoint_id_or_name} | ||
### `info` | ||
`heroku.apps({app_id_or_name}).sslEndpoints({ssl-endpoint_id_or_name}).info({callback});` | ||
Method | Path | Expected Status(es) | ||
--- | --- | --- | ||
GET | apps/{app_id_or_name}/ssl-endpoints/{ssl-endpoint_id_or_name} | ### `list` | ||
Method | Path | ||
--- | --- | ||
GET | /apps/{app_id_or_name}/ssl-endpoints/{ssl-endpoint_id_or_name} | ||
### `list` | ||
`heroku.apps({app_id_or_name}).sslEndpoints().list({callback});` | ||
Method | Path | Expected Status(es) | ||
--- | --- | --- | ||
GET | apps/{app_id_or_name}/ssl-endpoints | ### `update` | ||
Method | Path | ||
--- | --- | ||
GET | /apps/{app_id_or_name}/ssl-endpoints | ||
### `update` | ||
`heroku.apps({app_id_or_name}).sslEndpoints({ssl-endpoint_id_or_name}).update({attributes}, {callback});` | ||
Method | Path | Expected Status(es) | ||
--- | --- | --- | ||
PATCH | apps/{app_id_or_name}/ssl-endpoints/{ssl-endpoint_id_or_name} | | ||
Method | Path | ||
--- | --- | ||
PATCH | /apps/{app_id_or_name}/ssl-endpoints/{ssl-endpoint_id_or_name} | ||
@@ -11,10 +11,13 @@ # stack | ||
Method | Path | Expected Status(es) | ||
--- | --- | --- | ||
GET | stacks/{stack_id_or_name} | ### `list` | ||
Method | Path | ||
--- | --- | ||
GET | /stacks/{stack_id_or_name} | ||
### `list` | ||
`heroku.stacks().list({callback});` | ||
Method | Path | Expected Status(es) | ||
--- | --- | --- | ||
GET | stacks | | ||
Method | Path | ||
--- | --- | ||
GET | /stacks | ||
{ | ||
"name": "heroku-client", | ||
"version": "0.7.0", | ||
"version": "0.7.1", | ||
"description": "A wrapper for the Heroku v3 API", | ||
@@ -5,0 +5,0 @@ "main": "./lib/heroku.js", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
2
153611