pub async fn get_all_app_regions( client: &WasmerClient, ) -> Result<Vec<AppRegion>, Error>
Load all available regions.
Will paginate through all versions and return them in a single list.