Replies: 2 comments
-
We figured out how to generate one ApiClient for our project using swagger, with the -Dmodels, -Dapis and/or -DsupportingFiles as parameters for the swagger command string. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hey, sorry I missed your question. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
We are generating C# code from the spi api models using the swagger open api generator. When we generate all the models, we get an API client for each model. I noticed that you have just one Configuration.php class for all the SDKs. How did you develop that code? Is it based on a generated class...? Can you advise as to how we should generate one client to use with all the SDKs (models)?
Beta Was this translation helpful? Give feedback.
All reactions