ex_heroku_client v0.3.0 Heroku.WhitelistedAddonService

Summary

Functions

Calls POST /organizations/#{organization_identity}/whitelisted-addon-services

Calls DELETE /organizations/#{organization_identity}/whitelisted-addon-services/#{whitelisted_addon_service_identity}

Calls GET /organizations/#{organization_identity}/whitelisted-addon-services

Functions

create(organization_identity, params \\ %{})

Calls POST /organizations/#{organization_identity}/whitelisted-addon-services

params is JSON encoded and passed as the request body.

params Schema

{
  "properties": {
    "addon_service": {
      "description": "name of the Add-on to whitelist",
      "example": "heroku-postgresql",
      "type": [
        "string"
      ]
    }
  }
}
destroy(organization_identity, whitelisted_addon_service_identity)

Calls DELETE /organizations/#{organization_identity}/whitelisted-addon-services/#{whitelisted_addon_service_identity}

index(organization_identity)

Calls GET /organizations/#{organization_identity}/whitelisted-addon-services