Question: Any way to create an internal API client? #5105
Unanswered
Tiberriver256
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have the following properties set:
/generateClientInterfaces:true /useBaseUrl:false /operationGenerationMode:SingleClientFromOperationId /clientClassAccessModifier:internal /typeAccessModifier:internal
The 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