You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to port https://github.com/Hyphen-ated/srlRaceWatcher to racing+. To do this, I need a way to get a list of all the players who are in a race with me (and their twitch usernames). On SRL, this involved pasting the race ID every time, but racing+ doesn't really have an accessible race ID, so providing a username seems best. (that's more convenient anyway)
Here's a rough idea for what the interface for this api call would look like:
GET users/Hyphen-ated/currentOpponents/
->
stretch goal: order the players by their leaderboard ranking or something, so if the list is too long and I cut it off, I'm still showing the people who are more likely to be important to watch
The text was updated successfully, but these errors were encountered:
I want to port https://github.com/Hyphen-ated/srlRaceWatcher to racing+. To do this, I need a way to get a list of all the players who are in a race with me (and their twitch usernames). On SRL, this involved pasting the race ID every time, but racing+ doesn't really have an accessible race ID, so providing a username seems best. (that's more convenient anyway)
Here's a rough idea for what the interface for this api call would look like:
GET users/Hyphen-ated/currentOpponents/
->
stretch goal: order the players by their leaderboard ranking or something, so if the list is too long and I cut it off, I'm still showing the people who are more likely to be important to watch
The text was updated successfully, but these errors were encountered: