Creating a microservice for Services
The Service microservice manages the list of services offered by the service providers via the Helping Hands application. It exposes APIs for service providers to register services that are offered by them. As per the workflow of Service, defined in Chapter 3, Microservices for Helping Hands Application, the following APIs are required to create a new service, get service details, and update service details. Each service must already have the service provider registered with the Helping Hands application via the Service Provider microservice. Since only an existing service provider can register a service, the service provider ID is retrieved by the Auth token received with the request calling the Service API to create a new service:
URI | Description |
| Gets the details of the service with the specified |
| Creates... |