-
Notifications
You must be signed in to change notification settings - Fork 22
feat: pydantic removal, custom http requests, flake8 formatting #12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code looks good. Right after you megre this, can you open another PR to:
Add a notice on top of the read me to explain the big diff between the two versions + link to the old read me docs for the previous version? This way people won't be confused.
Also i think you forgot to delete the docs folder
This PR moves us away from the OpenAPI Generator that we were previously using. We are now instead using a custom request library that I built around the requests library. I've removed everything related to the OpenAPI generator, hence why the PR size is as big as it is.
On a smaller note, I also added proper Flake8 formatting to all the files.