getLocations

suspend fun getLocations(pagination: PaginationQuery = PaginationQuery()): Deferred<LocationList>

Retrieves the list of available locations.

Return

A Deferred object representing the list of available locations.

Parameters

pagination

An optional PaginationQuery object for customizing the pagination of the results.

Throws

If the API is in maintenance.

If the API returns an unexpected gateway exception.