Swift configuration
You can customize the behavior of the Swift SDK generator in generators.yml
:
generators.yml
SDK Configuration Options
clientClassName
The name of the generated client class. This allows you to customize the class name that users will instantiate when using your SDK.
environmentEnumName
The name of the generated environment enum. This allows you to customize the enum name that defines your API environments (such as production, staging, development) and ensures consistent naming across SDK generations.