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
Hello! I recently started using this library and it's great, but I have some questions about the usage of the generated clients. Whenever I create the client, it creates a class for each path from the open api yaml file. It feels a bit tedious having to make an instance of every client for every path generated. Is there a way to generate a single client, containing all of the path operations in a single file?
Also for the client generation I am using the OkHttp client.
The text was updated successfully, but these errors were encountered:
No, and I would estimate the work to make this change is many order of magnitudes greater than the instantiation problem. Open to PRs thought if you want to attempt the change though.
Hello! I recently started using this library and it's great, but I have some questions about the usage of the generated clients. Whenever I create the client, it creates a class for each path from the open api yaml file. It feels a bit tedious having to make an instance of every client for every path generated. Is there a way to generate a single client, containing all of the path operations in a single file?
Also for the client generation I am using the OkHttp client.
The text was updated successfully, but these errors were encountered: