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
In my case I want to generate a client to interact with cloud-hypervisor.
This means, the generated OA Client has to query a socket and not a common HTTP server. I saw your project is using httpx, with whom it is possible to query a socket when specifying a special transport type doc, but it is currently not possible to specify a specific transport type when generating a client.
We could make a new client generation allowing us to take adventage of httpx's features.
As an example, it could be interesting to generate something like this :
In my case I want to generate a client to interact with cloud-hypervisor.
This means, the generated OA Client has to query a socket and not a common HTTP server. I saw your project is using
httpx
, with whom it is possible to query a socket when specifying a special transport type doc, but it is currently not possible to specify a specific transport type when generating a client.We could make a new client generation allowing us to take adventage of httpx's features.
As an example, it could be interesting to generate something like this :
The text was updated successfully, but these errors were encountered: