Month: April 2018

How to Mock API Response in Azure API Management?

Introduction Mocking provides a way for APIs to return sample response even when their backend is under development. This enables app developers to proceed with implementation and testing and can be useful in many scenarios: ·       When the API façade is designed first, and the backend implementation comes later or is worked upon in parallel ·