heroku-client
Version:
A wrapper for the Heroku v3 API
23 lines (13 loc) • 401 B
Markdown
An app setup represents an app on Heroku that is setup using an environment, addons, and scripts described in an app.json manifest file.
`heroku.appSetups().create({attributes}, {callback});`
Method | Path
--- | ---
POST | /app-setups
`heroku.appSetups({app-setup_id}).info({callback});`
Method | Path
--- | ---
GET | /app-setups/{app-setup_id}