The API endpoint of the MRA Media Catalogue Microservice created in Chapter 3, Designing the API needs to be updated from Apiary to the newly implemented Media Catalogue Microservice that runs in a Docker container. The last step is to re-run Dredd to ensure that the service implementation matched with the API design in Apiary. This is the last step in the API design-first approach:
The steps are as follows:
- Log in to APIP CS, click on the APIs tab, and open the MRA Media Catalogue API:
- In the API, click on Service Request and update the Apiary URL to the URL of where the Docker ...