Question: Any way to create an internal API client? #5105
Unanswered
Tiberriver256
asked this question in
Q&A
Replies: 2 comments
-
|
having same issue |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
@Tiberriver256 it turns out you need 14.5.0 version - https://github.com/RicoSuter/NSwag/releases/tag/v14.5.0 |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I have the following properties set:
/generateClientInterfaces:true /useBaseUrl:false /operationGenerationMode:SingleClientFromOperationId /clientClassAccessModifier:internal /typeAccessModifier:internalThe interface and all the methods on the API client class are public. Is there any way make it truly internal? I'm getting CS0051 error everywhere.
Beta Was this translation helpful? Give feedback.
All reactions