Back to the DRES Example Clients
In this project, there is example code on how to use the DRES Client library for kotlin.
The main example code is in the Client.ks file.
Please run
./gradlew openApiGenerate
to get the client side bindings.
NOTE AS OF OCTOBER 2023 THERE IS A BUG IN THE OPENAPI GENERATOR AND SOME GENERATED CODE REQUIRES A FIX
Due to OpenAPITools/openapi-generator#16714 , the file ApiClient.kt
which has been generated has to be replaced with the a fixed version.