An API Gateway is a design pattern often used in microservice architecture to provide a single access point to the underlying system. While building the Meltwater API, we have frequently used this design pattern. In this article we explain why we have found it crucial to have meaningful tests for our API...
Featured story
Sharing API Versioning Strategies
While building Meltwater’s customer facing API, we have been working on a better versioning strategy. Our goal is to build a stable API for clients, but still continue to push out new features and enhancements in as short iterations as possible. Inspired by Stripe’s API, we have been working on implementing rolling, point-in-time versioning for our API. We have put... Read the story