MuleSoft Certified Developer – Level 1 — Question 116
An API specification is designed using RAML. What is the next step to create a REST Connector from this API specification?
Answer options
- A. Add the specification to a Mule project's src/main/resources/api folder
- B. Implement the API specification using flow designer in Design Center
- C. Download the API specification and build the interface using APIkit
- D. Publish the API specification to Anypoint Exchange
Correct answer: D
Explanation
The correct answer is D because publishing the API specification to Anypoint Exchange makes it available for other developers to use and integrate. Options A, B, and C are steps that may follow after publishing but do not directly create the REST Connector from the API specification.