pub async fn app_deployments(
client: &WasmerClient,
vars: GetAppDeploymentsVariables,
) -> Result<Vec<Deployment>, Error>Expand description
Get app deployments for an app.
pub async fn app_deployments(
client: &WasmerClient,
vars: GetAppDeploymentsVariables,
) -> Result<Vec<Deployment>, Error>Get app deployments for an app.