rlapi
rlapi copied to clipboard
Async ready API wrapper for Rocket League API written in Python.
- [ ] Population - [ ] `GET /population` - [ ] Leaderboard - [ ] `GET /leaderboard/skill/{Platform}/{Playlist}` - [ ] `GET /leaderboard/skill/{Platform}/{Stat}` - [ ] Player - [ ]...
### Summary ### Reproduction Steps Check playlist data for player who haven't played on that playlist. ### Expected Results Mu, skill, sigma values should be correct. ### Actual Results Mu,...
This isn't part of Rocket League API, so perhaps it should only be supported in subclassed client in `rlapi.ext.tier_breakdown` namespace (or whatever it will be called)
Ideally, I would probably want to create test stubs for different API responses to be able to test wrapper's requests and response handling + obviously cover code that doesn't require...
See error example here: https://jakub-kuczys.sentry.io/share/issue/62dc38bfa6984e3a8fafb774405c2bed/
#100 introduced an ability to get player's titles. It should at least be considered whether it would make sense to expose player title colours in the library as well. These...
The following endpoint contains the required information (the current static data was extracted from the game which got that information from this endpoint): ``` https://config.psynet.gg/v2/Config/BattleCars/:buildId/Prod/Steam/INT/ ``` where the `:buildId` has...