Creating a microservice for Service Provider
The Service Provider microservice exposes APIs for end users to register as a service provider of the Helping Hands application. Service providers can register one or more services with the Helping Hands application that they are willing to fulfill if an order is placed against it. As per the workflow of Service Provider defined in Chapter 3, Microservices for Helping Hands Application, the following APIs are required to create new providers, get provider profiles, and update provider details:
URI | Description |
| Gets the details of the service provider with the specified |
| Creates a new provider with the specified ID. |
| Creates a new provider and returns the ID. |
| Adds to the latest ratings... |