pub async fn get_app_with_version_by_id(
client: &WasmerClient,
app_id: String,
version_id: String,
) -> Result<(DeployApp, DeployAppVersion), Error>
Expand description
Retrieve an app together with a specific version.
pub async fn get_app_with_version_by_id(
client: &WasmerClient,
app_id: String,
version_id: String,
) -> Result<(DeployApp, DeployAppVersion), Error>
Retrieve an app together with a specific version.