I wanted to consume data from Mule which is implemented using RAML. how do I Write a client to consume and validate the JSON data coming from Mule.
Mule has provided me RAML file.
Thanks
Raja
1 answer
Hi @drajareddy,
The RAML file describes a RESTfull API. If you want to generate flows from RAML you can referer to this APIkit tutorial to get started.