heroku-client
Version:
A wrapper for the Heroku v3 API
23 lines (13 loc) • 360 B
Markdown
# credit
A credit represents value that will be used up before further charges are assigned to an account.
## Actions
### `info`
`heroku.account().credits({credit_id}).info({callback});`
Method | Path
--- | ---
GET | /account/credits/{credit_id}
### `list`
`heroku.account().credits().list({callback});`
Method | Path
--- | ---
GET | /account/credits