gw2v2PvPSeasonsLeaderboards
fun gw2v2PvPSeasonsLeaderboards(id: String, configure: RequestConfigurer? = null): RequestTemplate<List<String>>
Returns information about the available sub-endpoints.
Authenticated: No
Paginated: Yes
Bulk expanded: No
Localized: No
Cache time: INFINITE
Content copied to clipboard
Read more: https://wiki.guildwars2.com/wiki/API:2/pvp/seasons/:id/leaderboards
Return
the request that can be executed to query the API
Parameters
id
the season's ID
configure
configure action for the request
fun gw2v2PvPSeasonsLeaderboards(id: String, board: String, configure: RequestConfigurer? = null): RequestTemplate<List<String>>
Returns information about the available sub-endpoints.
Authenticated: No
Paginated: Yes
Bulk expanded: No
Localized: No
Cache time: INFINITE
Content copied to clipboard
Read more: https://wiki.guildwars2.com/wiki/API:2/pvp/seasons/:id/leaderboards/:board
Return
the request that can be executed to query the API
Parameters
id
the season's ID
board
the board
configure
configure action for the request