Hello everyone, I have raised the need to expose in a @RestController only some methods of the Camunda REST API, before addressing it I would like to ask you if this is possible?
In advance thank you very much for your attention.
Hello everyone, I have raised the need to expose in a @RestController only some methods of the Camunda REST API, before addressing it I would like to ask you if this is possible?
In advance thank you very much for your attention.
Please, any advice?
Hi Hector,
Right, so you have two options. Some users will create a wrapper around the REST APIs which limit the available functionality. Since Camunda REST APIs are wrappers on the Java APIs the other option is to write your own REST APIs which then use the Java APIs.
Joe