heroku-client
Version:
A wrapper for the Heroku v3 API
23 lines (13 loc) • 328 B
Markdown
# stack
Stacks are the different application execution environment available in the Heroku platform.
## Actions
### `info`
`heroku.stacks({stack_id_or_name}).info({callback});`
Method | Path
--- | ---
GET | /stacks/{stack_id_or_name}
### `list`
`heroku.stacks().list({callback});`
Method | Path
--- | ---
GET | /stacks