UNPKG

heroku-client

Version:
23 lines (13 loc) 429 B
# addon-service Add-on services represent add-ons that may be provisioned for apps. Endpoints under add-on services can be accessed without authentication. ## Actions ### `info` `heroku.addonServices({addon-service_id_or_name}).info({callback});` Method | Path --- | --- GET | /addon-services/{addon-service_id_or_name} ### `list` `heroku.addonServices().list({callback});` Method | Path --- | --- GET | /addon-services