-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
ClientGeneratorBase
Rico Suter edited this page Oct 27, 2015
·
22 revisions
Base class of:
Options for all implementations:
-
OperationGenerationMode:
- SingleClientFromOperationId: The method names in the client class are generated from the given Swagger operation ID
- MultipleClientsFromPathSegments: Multiple client classes are generated. The method names in the client classes from path segments (operation name = nth segment, client name = nth - 1 segment)