leonhard-s / auraxium

A high-level Python wrapper for the PlanetSide 2 API.
https://auraxium.readthedocs.io/
MIT License
28 stars 8 forks source link

Move data classes to pydantic #35

Closed leonhard-s closed 3 years ago

leonhard-s commented 3 years ago

Turns out type-enforcing data classes are a thing that already exists.

The move to pydantic should clean the models up a fair bit, too. I'll take a closer look at it ASAP, this should be dealt with before any other shenanigans get finalised.