API of Vaika, car booking application, powered by POJA (Yeah)
- Read the OpenAPI specification:
- [Optional] Star the project ;)
- Clone of fork, up to you
- !!Important!! Execute the
generateJavaClient
and then thepublishJavaClientToMavenLocal
scripts inbuild.gradle
- This step will generate the Specified components in the OpenAPI specification as Java Classes
- Access the Java Client at
com.vaika.api.rest.endpoint.model.*
- There's a script to gen a TS Client too