Hello everybody.
I am working in the Essentials Developer Course - Week 7.
I have not the right click-->APIkit-->Generate Flows option. I installed the APIkit Studio Plugin and the RAML Editor. Is there a different way to generate flows from the *.raml file?
Thanks in advance.
3 answers
What do you mean by "you have not?" is it you don't want to, or you're unable to?
The easiest way to generate flow is by adding the RAML file in the src/main/api directory then
Right Click on the RAML file -> Mule -> Generate Flow
If you don't want Anypoint Studio you can add the components in the canvas manually by following this tutorial.
https://docs.mulesoft.com/anypoint-platform-for-apis/apikit-tutorial
Cheers