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
{{ message }}
This repository has been archived by the owner on Feb 25, 2022. It is now read-only.
Just found out to my surprise that the apistar client does not support async requests.
As this project seems rather dead, maybe someone knows a similar one that implement async?
did some overriding to achieve it in a hacky way: https://gist.github.com/kelvan/49e3efb99c329b4c2476d49458b19c19
The text was updated successfully, but these errors were encountered:
@carltongibson can you elaborate how I should use httpx?
Only way to use httpx here is to not use apistar client and reimplement the whole api client by hand.
Using a httpx async client as session in apistar won't work as it does not await it.
Using openapi-generator with --library asyncio now to create and package the client in the ci pipeline
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Just found out to my surprise that the apistar client does not support async requests.
As this project seems rather dead, maybe someone knows a similar one that implement async?
did some overriding to achieve it in a hacky way:
https://gist.github.com/kelvan/49e3efb99c329b4c2476d49458b19c19
The text was updated successfully, but these errors were encountered: