0 votes
in Service Discovery by (30.6k points)
What is the role of RESTful APIs in Microservices?

1 Answer

0 votes
by (23.1k points)

A microservice is based on the concept where all it's component services require to interact with one another to complete the business functionality. This requires each microservice to have an interface. RESTful APIs provide a logical model for building these interfaces. It is based on the open networking principles of the Web. Thus, it serves as the most critical enabler of microservices. 

Related questions

...