Open
Description
There is very little documentation on this particular method. Instead of coders having to do a great deal of searching for how to get the <leaderboardName>
for this method, it might be nice to create a helper function/method for it.
I was able to find out that this XML contains the list of all available leaderboards. However, it is not easy to parse as there is an error:
error on line 1 at column 377626: Encoding error
.
Examples of the appropriate <leaderboardName>
:
- challenge_besttime_aatc
- challenge_besttime_aperturesciencelasertest
- challenge_besttime_mp_coop_lifts
- challenge_portals_mp_coop_blueblock11
- challenge_portals_sp_wall_bridge
- Figure out how to parse the XML due to encoding errors.
- Implement a function/method to retrieve the
<leaderboardName>
.