Skip to content
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

Async Support #19

Open
bazylhorsey opened this issue Oct 20, 2022 · 1 comment
Open

Async Support #19

bazylhorsey opened this issue Oct 20, 2022 · 1 comment

Comments

@bazylhorsey
Copy link

A lot of the examples and clients are based on rather old Python stylings.
Would be nice to have a python client that can work asynchronously.
Addtionally, documentation would be better moved into FastAPI for the following reasons:

  • Depends, Requests, Response, cookies, etc. look much more clean and less ambiguous than in Flask.
  • Doesn't require the boilerplate of django
  • Newer features such as async support which is pretty important in a language like python where synchronous code can block threads in a high-level (aka SLOW) language.
@mooreds
Copy link
Contributor

mooreds commented Oct 20, 2022

Hi @bazylhorsey,

Thanks for your feedback!

Have you tried any of the python generators from our OpenAPI spec? https://github.com/fusionauth/fusionauth-openapi

https://github.com/openapi-generators/openapi-python-client

We're considering supporting this and would love your feedback if you can take a look.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants