heroku-client
Version:
A wrapper for the Heroku v3 API
39 lines (23 loc) • 544 B
Markdown
# account
An account represents an individual signed up to use the Heroku platform.
## Actions
### `info`
`heroku.account().info({callback});`
Method | Path
--- | ---
GET | /account
### `update`
`heroku.account().update({attributes}, {callback});`
Method | Path
--- | ---
PATCH | /account
### `changeEmail`
`heroku.account().changeEmail({attributes}, {callback});`
Method | Path
--- | ---
PATCH | /account
### `changePassword`
`heroku.account().changePassword({attributes}, {callback});`
Method | Path
--- | ---
PATCH | /account