Hexoku.API.Apps

An app represents the program that you would like to deploy and run on Heroku.

For more info read the Heroku API Reference

Source

Summary

create(client, body)
create(client, name, region, stack \\ "cedar")
delete(client, app)
info(client, app)
list(client)

Functions

create(client, body)

Specs:

Source
create(client, name, region, stack \\ "cedar")

Specs:

Source
delete(client, app)

Specs:

Source
info(client, app)

Specs:

Source
list(client)

Specs:

Source