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.