Hello,
Is there Flowable client java SDK with swagger or feign REST services?
Do you have swagger API spec file for flowable REST interfaces?
Thanks,
–MG
Hello,
Is there Flowable client java SDK with swagger or feign REST services?
Do you have swagger API spec file for flowable REST interfaces?
Thanks,
–MG
Hi,
All our (public) REST projects are Swagger annotated.
The flowable-app-rest module contains a Maven configuration for generating Swagger spec files that are used in the included Swagger UI.
Regards,
Yvo
Hi,
Do you mean like: http://www.jorambarrez.be/blog/2016/10/26/flowable-rest-api-now-includes-swagger-docs/
Or did you have something else in mind?
Regards
Paul.
I was looking for a java API the one you can create from swagger spec
using
<plugin>
<groupId>io.swagger</groupId>
<artifactId>swagger-codegen-maven-plugin</artifactId>
<version>2.2.1</version>
Could you create a PR for this? (Preferably with a maven profile for enabling this)
Regards,
Yvo