Try to improve the auto-generation from OpenAPI to use:
- the
suspend modifier in methods using network calls
- correct import namespaces
- better error message
- proper Kotlin String templates
- special symbols in comments (", ', `)
- not overflow screen width in comments
Try to improve the auto-generation from OpenAPI to use:
suspendmodifier in methods using network calls