getLocationPlayerBuilderBaseRanking

suspend fun getLocationPlayerBuilderBaseRanking(locationId: String, pagination: PaginationQuery = PaginationQuery()): Deferred<PlayerBuilderBaseRankingList>

Retrieves the list of players ranked in the Builder Base for a specific location based on the provided locationId.

Return

A Deferred object representing the list of players ranked in the Builder Base for the specified location.

Parameters

locationId

The ID of the location for which to retrieve the Builder Base player rankings.

pagination

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

Throws

If the API is in maintenance.

If the requested location is not found.

If the API returns an unexpected gateway exception.