Jason Maldonis

Results 65 comments of Jason Maldonis

Cass is now updated to support the Riot Account endpoints. The code is published on PyPi, version 5.1.0 The new syntax is: ``` account = Account(name="Polbelter", tagline="NA1", region="NA") summoner =...

Hello, as you said this would be a major change. We do not want to make breaking changes to the JSON. With either naming scheme you as the user have...

Hey @and-zheng, can you please add the `range` to the `Ability` class as well? Without it, the code will break.

One thing is that we're pretty hesitant to change data types. It's perfectly fine to add a new field to the JSON, but changing a data type can immediately break...

We've been thinking about this. For now, we don't want to break backwards compatibility so the field types will need to stay as `float` and `int`. We also don't want...

Making this change would likely break any apps that are using this data. We will fix this the next time there are major breaking changings to the format of the...

I'm going to keep this open so I don't forget :)

Hey, I don't have my head in this right now. At the end of the day we will not be able to represent the entirety of the complexity of the...

I'm pretty sure the champion.gg api is permanently down so our library will no longer work. At some point we'll work on replacing this.