[][src]Module heroku_rs::endpoints::apps

apps endpoints

Re-exports

pub use delete::AppDelete;
pub use delete::AppDisableAcm;
pub use delete::AppWebhookDelete;
pub use delete::SNIDelete;
pub use delete::SSLDelete;
pub use get::AccountAppList;
pub use get::AppDetails;
pub use get::AppFeatureDetails;
pub use get::AppFeatureList;
pub use get::AppList;
pub use get::AppSetupDetails;
pub use get::AppWebhookDeliveryDetails;
pub use get::AppWebhookDeliveryList;
pub use get::AppWebhookDetails;
pub use get::AppWebhookList;
pub use get::SNIDetails;
pub use get::SNIList;
pub use get::SSLDetails;
pub use get::SSLList;
pub use get::WebhookEventDetails;
pub use get::WebhookEventList;
pub use patch::AppFeatureUpdate;
pub use patch::AppFeatureUpdateParams;
pub use patch::AppRefreshAcm;
pub use patch::AppUpdate;
pub use patch::AppUpdateParams;
pub use patch::AppWebhookUpdate;
pub use patch::AppWebhookUpdateParams;
pub use patch::SNIUpdate;
pub use patch::SNIUpdateParams;
pub use patch::SSLUpdate;
pub use patch::SSLUpdateParams;
pub use post::AppCreate;
pub use post::AppCreateParams;
pub use post::AppEnableAcm;
pub use post::AppSetupCreate;
pub use post::AppSetupCreateParams;
pub use post::AppWebhookCreate;
pub use post::AppWebhookCreateParams;
pub use post::SNICreate;
pub use post::SNICreateParams;
pub use post::SSLCreate;
pub use post::SSLCreateParams;

Modules

delete
get
patch
post
put

Structs

App

Heroku App

AppFeature

App Feature

AppSetup

App Setup

AppWebhook

App Webhook

AppWebhookDelivery

App Webhook Delivery

BuildStack

BuildStack struct containing identifier of stack and stack name.

Organization

Organization struct containing id, name allows you to manage access to a shared group of applications and other resources.

Owner

Owner struct containing email and name or the account.

Region

Region struct containing id, name related to the geographic location in which your application may run.

SNI

SNI Endpoint

SSL

SNI Endpoint

Space

Space struct containing id, name and shield related to the app execution environment.

Stack

Stacks are the different application execution environments available in the Heroku platform.

Team

Teams struct containing id, name allows you to manage access to a shared group of applications and other resources.

WebhookApp

WebhookApp

WebhookDeliveryEvent

WebhookDeliveryEvent

WebhookDeliveryLastAttempt

WebhookDeliveryLastAttempt

WebhookDeliveryWebhook

WebhookDeliveryWebhook

WebhookEvent

App Webhook Event