Details
-
New Feature
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
Unknown
Description
The idea is to allow to call a rest endpoint where you specify the swagger api the service is based upon. Then in the endpoint you select the verb/path to call. Then because of the swagger api we are able to validate and know if the payload is validate before calling the service.
This can be a facade for the actual http component that does the call. So in other words its like the to for the rest-dsl.