wasmer_backend_api::query

Function get_app_with_version_by_id

Source
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.