heroku-client
Version:
A wrapper for the Heroku v3 API
31 lines (18 loc) • 630 B
Markdown
# app-feature
An app feature represents a Heroku labs capability that can be enabled or disabled for an app on Heroku.
## Actions
### `info`
`heroku.apps({app_id_or_name}).features({app_id_or_name}).info({callback});`
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
--- | ---
GET | /apps/{app_id_or_name}/features
### `update`
`heroku.apps({app_id_or_name}).features({app_id_or_name}).update({attributes}, {callback});`
Method | Path
--- | ---
PATCH | /apps/{app_id_or_name}/features/{app_id_or_name}