Function wasmer_backend_api::query::get_app_by_id
source ยท pub async fn get_app_by_id(
client: &WasmerClient,
app_id: String,
) -> Result<DeployApp, Error>
Expand description
Retrieve an app by its global id.
pub async fn get_app_by_id(
client: &WasmerClient,
app_id: String,
) -> Result<DeployApp, Error>
Retrieve an app by its global id.