•
The most common requirement when integrating a third-party RESTful API into your app is to have a mock of this API for testing. Every well-built system should support passing a different service endpoint depending on the context. In non-production environments, we can use a mock of the third-party API, while in production we use…