IMPORT API SPECIFICATIONS FROM LOCAL FILE
Anypoint Platform Design Center:?
After creating API specification in Anypoint Platform Design Center. Click on Download Project which will be Zip file for importing into Anypoint Studio.?
Here comes the Anypoint Studio into picture?
File > New > Mule Project?
2. Add Project Name.?
3. Select Mule Runtime version.?
4. Under API Implementation select Import RAML from local file. And browse the location where we placed the ZIP file.?
5. Click on Finish.?
How does the interface look in Anypoint Studio when we import API specifications??
After importing the API specifications, we will be getting 2 common flows i.e.; main and console flow and rest will be the defined resources in RAML.?
APIkit Router: It routes to the appropriate endpoints that we are accessing.?
APIKit Console: API Console gives you access to the generated documentation for the API.?
For remaining flow, you need to add the logic that you required.?
Salesforce - Software Designer
10 个月is there any way to reimport the raml in an existing project?