wasmer_backend_api::query

Function all_app_versions_by_id

Source
pub async fn all_app_versions_by_id(
    client: &WasmerClient,
    app_id: impl Into<String>,
) -> Result<Vec<DeployAppVersion>, Error>
Expand description

Load all versions of an app id.

Will paginate through all versions and return them in a single list.