How to compose REST API for microservice

Many modern applications uses REST API for communication between microservices, or backend vs frontend. Many developers have used, or still using (yuck) SOAP Web Services for these scenarios. When they switch to REST they often end with intricate and awful API. In this blog I will try to show you how to create clean API and… Continue reading How to compose REST API for microservice