Replies: 1 comment 1 reply
-
Raising this one from the dead in case anyone else stumbles upon the same issue: You want a {
"runtime": "Net90",
"documentGenerator": {
"fromDocument": {
"url": "swagger.json"
}
},
"codeGenerators": {
// e.g. openApiToCSharpClient
}
} I could not find this documented anywhere (and I grepped through the wiki to double-check - no mention of |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to generate a C# client from a given OpenAPI document using the "run" command on the command line. I have tried the following:
Looking forward to suggestions! :-)
Beta Was this translation helpful? Give feedback.
All reactions