pub async fn app_deployment(
client: &WasmerClient,
id: String,
) -> Result<AutobuildRepository, Error>
Expand description
Get an app deployment by ID.
pub async fn app_deployment(
client: &WasmerClient,
id: String,
) -> Result<AutobuildRepository, Error>
Get an app deployment by ID.