An integration team uses Anypoint Platform and follows MuleSoft's recommended approach to full lifecycle API development. Which step should the team's API designer take before the API developers implement the API specification?
A.
Publish the API specification to Exchange and solicit feedback from the API's consumers
B.
Use the scaffolding capability of Anypoint Studio to create an API portal based on the API specification
C.
Use API Manager to version the API specification
D.
Generate test cases using MUnit so the API developers can observe the results of running the API
Design-First Feedback Loop:In the MuleSoft API Lifecycle, after designing the API specification (RAML/OAS) in Design Center, the critical next step is toPublish to Exchange3.
Mocking & Validation:Once in Exchange, the API creates a "Mocking Service." This allows potential consumers (frontend devs, mobile devs) to make test calls against the designbeforeany backend code is written.
Purpose:This solicits feedback to ensure the design meets business needs. If changes are needed, they are made to the spec cheap and fast, rather than rewriting complex code later (Implementation phase).
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit