Package | Description |
---|---|
com.heroku.api | |
com.heroku.api.request.addon |
Modifier and Type | Method and Description |
---|---|
List<Addon> |
HerokuAPI.listAllAddons()
Get a list of all addons available.
|
List<Addon> |
HerokuAPI.listAppAddons(String appName)
List the addons already added to an app.
|
Modifier and Type | Method and Description |
---|---|
List<Addon> |
AppAddonsList.getResponse(byte[] bytes,
int status,
Map<String,String> responseHeaders) |
List<Addon> |
AddonList.getResponse(byte[] bytes,
int status,
Map<String,String> responseHeaders) |
Copyright © 2017. All rights reserved.