heroku-client
Version:
A wrapper for the Heroku v3 API
23 lines (13 loc) • 429 B
Markdown
Add-on services represent add-ons that may be provisioned for apps. Endpoints under add-on services can be accessed without authentication.
`heroku.addonServices({addon-service_id_or_name}).info({callback});`
Method | Path
--- | ---
GET | /addon-services/{addon-service_id_or_name}
`heroku.addonServices().list({callback});`
Method | Path
--- | ---
GET | /addon-services