Skip to content

Commit

Permalink
formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
acav-twilio authored and GitHub Enterprise committed Mar 12, 2020
1 parent 569f4ef commit f838c62
Showing 1 changed file with 14 additions and 8 deletions.
22 changes: 14 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ExpertHub
An application to distribute request for info to distributed experts

expert-db:
## expert-db:

Sync-based service.

Expand All @@ -12,10 +12,16 @@ Experts are JSON objects that describe the experts and their expertise inside th
The only compulsory field in the Export JSON object is "number"; which will act as unique key to the table.
All other fields can be flexible and do not have to be the same across Experts. This is a document base DB.

*expert-add* - adds an expert JSON - number field mandatory into the Experts service (table)
*expert-fetch* - retrieves the expert JSON from the Experts service by phone number
*expert-list* - lists all experts the Experts service
*expert-remove* - deletes the expert identified by her phone number from the Experts service
*expert-table-create* - creates a new Expert service and if already exists returns the SID of the service
*expert-table-delete* - destroys the Experts Service inside the given Sync instance
*expert-update* - updates the the JSON object related to a given experts identified by her phone number
__*expert-add*__ - adds an expert JSON - number field mandatory into the Experts service (table)

__*expert-fetch*__ - retrieves the expert JSON from the Experts service by phone number

__*expert-list*__ - lists all experts the Experts service

__*expert-remove*__ - deletes the expert identified by her phone number from the Experts service

__*expert-table-create*__ - creates a new Expert service and if already exists returns the SID of the service

__*expert-table-delete*__ - destroys the Experts Service inside the given Sync instance

__*expert-update*__ - updates the the JSON object related to a given experts identified by her phone number

0 comments on commit f838c62

Please sign in to comment.