rlapi icon indicating copy to clipboard operation
rlapi copied to clipboard

Async ready API wrapper for Rocket League API written in Python.

Results 8 rlapi issues
Sort by recently updated
recently updated
newest added

Type: Enhancement
Status: Planned

- [ ] Population - [ ] `GET /population` - [ ] Leaderboard - [ ] `GET /leaderboard/skill/{Platform}/{Playlist}` - [ ] `GET /leaderboard/skill/{Platform}/{Stat}` - [ ] Player - [ ]...

Type: Feature
Status: Planned

### 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,...

Type: Bug
Status: Needs Info

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)

Type: Enhancement
Type: Feature
Status: Needs Discussion

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...

help wanted
Type: Enhancement
Status: Needs Discussion
Category: Tests

See error example here: https://jakub-kuczys.sentry.io/share/issue/62dc38bfa6984e3a8fafb774405c2bed/

Type: Enhancement
Status: Planned

#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...

Type: Feature
Status: Needs Discussion

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...

Type: Enhancement