[][src]Module heroku_rs::endpoints::dynos

dynos endpoints

Re-exports

pub use delete::DynoAllRestart;
pub use delete::DynoRestart;
pub use get::DynoDetails;
pub use get::DynoList;
pub use get::DynoSizeDetails;
pub use get::DynoSizeList;
pub use post::DynoActionStop;
pub use post::DynoCreate;
pub use post::DynoCreateParams;

Modules

delete
get
patch
post
put

Structs

App

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

Dyno

Heroku Dyno

DynoSize

Heroku Dyno Size

Release

A release represents a combination of code, config vars and add-ons for an app on Heroku.