UNPKG

heroku-client

Version:
31 lines (18 loc) 662 B
# 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-feature_id_or_name}).info({callback});` Method | Path --- | --- GET | /apps/{app_id_or_name}/features/{app-feature_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-feature_id_or_name}).update({attributes}, {callback});` Method | Path --- | --- PATCH | /apps/{app_id_or_name}/features/{app-feature_id_or_name}