We want not just to share the API console that is provided via apikit component in a Mule application, but also the raw RAML file so consumers can create their own clients based on the RAML. As far as I know, there is not user friendly way to download the published raw RAML file from within the APIKit console. I just found that one can point to the /api url and do a GET with "application/raml+yaml" content-type, but it is not user friendly enough. Any clues? Thanks
Asked
Active
Viewed 173 times
2 Answers
0
You can use the URL to your console with ?raml on the end of the url.

Ryan Carter
- 11,441
- 2
- 20
- 27
-
Hi. Thanks. It didn't work for me. We are using Mule ESB on-premise. Do you know from which APIKIT version is this option available? Thanks. – DIMAP May 26 '17 at 14:04
0
In at least Mule 4.3.0 (maybe earlier), you can append ?api
to the console URL, e.g.
http://localhost:88/myproject/console/?api

AndrWeisR
- 1,110
- 11
- 21