Replies: 1 comment
-
If you have an active commercial license you can report issues to https://github.com/ServiceStack/Issues |
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.
-
The generated Typed Swift DTOs contains camelCase property/ data members and doesn't contain Codingkeys enums to handle this. The ServiceStack API DTOs contains PascalCase members.
When consuming the service it doesn't decode and bind the members. Only when I manually add the coding key enums. Is there some setting/configuration option within e.g. within the SwiftGenerator class to alter the generation behavior for this?
Beta Was this translation helpful? Give feedback.
All reactions