[GitHub] [fineract] Grandolf49 commented on pull request #1206: FINERACT-838 Added Swagger Codegen Support

2020-08-01 Thread GitBox


Grandolf49 commented on pull request #1206:
URL: https://github.com/apache/fineract/pull/1206#issuecomment-667500531


   Hi @vorburger  Any more changes to be done here?



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:
us...@infra.apache.org




[GitHub] [fineract] Grandolf49 commented on pull request #1206: FINERACT-838 Added Swagger Codegen Support

2020-07-29 Thread GitBox


Grandolf49 commented on pull request #1206:
URL: https://github.com/apache/fineract/pull/1206#issuecomment-665327870


   Yeah, sure. I'll revert those changes and update my PR.
   
   Would love to discuss if anything more needs to be done here! :) 



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:
us...@infra.apache.org




[GitHub] [fineract] Grandolf49 commented on pull request #1206: FINERACT-838 Added Swagger Codegen Support

2020-07-26 Thread GitBox


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:
us...@infra.apache.org