/list
endpoint and then decorate the returned data using data from the second leaderboard using the /members
endpoint.score
and accuracy
.
Create 2 leaderboards: score_leaderboard
and accuracy_leaderboard
/list?count=100
to get the top players on the score leaderboard./members
endpoint. Call that with members returned in the first call to /list
and then merge the data./list
endpoint for accuracy and then decorate with the /members
endpoint calling the score leaderboard.