Open Nava2 opened 8 years ago
Create a client API that has the following routes:
/list
/:id/:rest
404
Needs improvement, but here is a start.
http://client-registry-view-cs9864-2016.mybluemix.net/
Moving to final submission.
Create a client API that has the following routes:
/list
Lists all client services/:id/:rest
This forwards the request to the correct client service if it exists, if it does not exist, it will return404
or a relevant error