FusionAuth / fusionauth-python-client

FusionAuth Python Client
https://fusionauth.io
Apache License 2.0
24 stars 12 forks source link

Async Support #19

Open bazylhorsey opened 1 year ago

bazylhorsey commented 1 year ago

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:

mooreds commented 1 year ago

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.