Provides services to hwsc-app-gateway-svc for CRUD documents and user metadata in Azure CosmosDB
The proto file and compiled proto buffers are located in hwsc-api-blocks
- Gets the current status of the service
- Creates a document in User MongoDB
- Returns the created document with password field set to empty string
- Deletes a document in User MongoDB
- Returns the deleted document (TODO decide if we really need to return this to chrome)
- Updates a document in User MongoDB
- Returns the updated document
- Looks through documents in User MongoDB and perform email and password match
- Returns matched document
- Retrieves all the documents in User MongoDB
- Returns a collection of documents
- Retrieves a document in User MongoDB, given UUID
- Returns found document
- TODO
- TODO