pub async fn get_app_with_version(
client: &WasmerClient,
owner: String,
name: String,
version: String,
) -> Result<GetDeployAppAndVersion, Error>
Expand description
Retrieve an app together with a specific version.
pub async fn get_app_with_version(
client: &WasmerClient,
owner: String,
name: String,
version: String,
) -> Result<GetDeployAppAndVersion, Error>
Retrieve an app together with a specific version.