wasmer_backend_api::query

Function get_all_app_regions

Source
pub async fn get_all_app_regions(
    client: &WasmerClient,
) -> Result<Vec<AppRegion>, Error>
Expand description

Load all available regions.

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