forked from loafle/openapi-generator-original
* [kotlin-client] Add support for integer enums with custom serializer for kotlinx * [kotlin-client] Fix @SerialName annotation being used on non-string enums * Format samples * remove blank line * add tests for kotlin client with integer enum * add folders --------- Co-authored-by: CHervaudBetclic <c.hervaud@betclicgroup.com>
13 lines
95 B
Markdown
13 lines
95 B
Markdown
|
|
# StringCode
|
|
|
|
## Enum
|
|
|
|
|
|
* `hello` (value: `"hello"`)
|
|
|
|
* `world` (value: `"world"`)
|
|
|
|
|
|
|