ex_heroku_client v0.3.0 Heroku.Domain
Summary
Functions
Calls POST /apps/#{app_identity}/domains
Calls DELETE /apps/#{app_identity}/domains/#{domain_identity}
Calls GET /apps/#{app_identity}/domains/#{domain_identity}
Calls GET /apps/#{app_identity}/domains
Functions
Calls POST /apps/#{app_identity}/domains
params
is JSON encoded and passed as the request body.
params Schema
{
"properties": {
"hostname": {
"description": "full hostname",
"example": "subdomain.example.com",
"format": "uri",
"readOnly": true,
"type": [
"string"
]
}
},
"required": [
"hostname"
],
"type": [
"object"
]
}
Calls DELETE /apps/#{app_identity}/domains/#{domain_identity}