Microservice architectures are great, but as your application programming interfaces (APIs) start to grow, so do the challenges related to their maintenance.
For example, as an existing API matures and adds new features it will need to take its clients along with it on the journey. When the details of an API change, clients need to adjust in order to work with these changes. This process takes time and can really slow your APIs evolution and interfere with your ability to iterate quickly.
Offering multiple APIs brings with it its own set of challenges. How do you route requests and responses…