Embed presentation
Download to read offline












To create an API in Mule, first create a Mule project called "Sample API". Then create a RAML definition file called "test.raml" to define the API. Write the RAML and generate flows from it in Studio. This will create the flows automatically. Run the project as a Mule application. The API can then be accessed at http://localhost:8081/api/console/ and the GET method will return a response.










