Nava2 / cs9864-realtime-bluemix

Repository for CS 9864 project
1 stars 0 forks source link

Client Services Registrar #32

Closed Nava2 closed 8 years ago

Nava2 commented 8 years ago

This is the service that registers client services. This will be very similar to #25.

All components are up for debate, this is a suggestion. This should utilize the component in #24.

Configuration

It should have the following configurable parameters:

  1. Specification of database parameters -- whether its key-value/cloudant, need to know where there is storage

    API

All responses must:

Register an end-point with the service

DELETE: remove(identifier)

Remove an end-point

Nava2 commented 8 years ago

Closed in #42.