UNPKG

heroku-client

Version:

A wrapper for the Heroku v3 API

31 lines (18 loc) 609 B
# account-feature An account feature represents a Heroku labs capability that can be enabled or disabled for an account on Heroku. ## Actions ### `info` `heroku.account().features({account-feature_id_or_name}).info({callback});` Method | Path --- | --- GET | /account/features/{account-feature_id_or_name} ### `list` `heroku.account().features().list({callback});` Method | Path --- | --- GET | /account/features ### `update` `heroku.account().features({account-feature_id_or_name}).update({attributes}, {callback});` Method | Path --- | --- PATCH | /account/features/{account-feature_id_or_name}