Grandolf49 commented on pull request #1206: URL: https://github.com/apache/fineract/pull/1206#issuecomment-664038841
To generate the code: 1. **./gradlew build** 2. **./gradlew generateSwaggerCode** The code will be generated in the directory **build/swagger-code-fineract** To build the generated code: 1. Navigate to **build/swagger-code-fineract** directory 2. **./gradlew build** A Retrofit2 based Java API Client for Fineract will be generated in build/swagger-code-fineract/build To customize the generated code: 1. Navigate to [fineract-provider/config/swagger/config.json](https://github.com/Grandolf49/fineract/blob/swagger-codegen/fineract-provider/config/swagger/config.json) 2. Refer to [this](https://gist.github.com/Grandolf49/2d222c3d1d0b834ad8f02b5fde8b4c14) for available options in config.json ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
