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
Currently our API models are build on top of dataclasses, but pydantic has much more functionality and is better tested while serving the same purpose.
We probably still need to:
Derive UUID from URL
Convert camel case into snake_case before passing it to the model factories
The text was updated successfully, but these errors were encountered:
Currently our API models are build on top of dataclasses, but pydantic has much more functionality and is better tested while serving the same purpose.
We probably still need to:
The text was updated successfully, but these errors were encountered: