API Registry - GaneshThiru/MicroServices_Apr GitHub Wiki
API Registry caprepo edited this page on Jan 22 ยท 11 revisions Pages 11 Home API Registry Bluemix Help Docker Help Git Help Maven Help Microservice Registry Recommendations SCM strategy for Microservices Sonar Qube Help WebServer Help Clone this wiki locally
https://github.com/caprepo/digitalbanking-microservice.wiki.git Clone in Desktop Authentication Service
http://localhost:8160/authservice/authenticate
Account Service
Port 8090 /accservices/{customerId}/accounts - List of accounts for a customer id /accservices/{accountNo}/account - Details of a specific account
Example:
http://localhost:8090/accservices/556677/accounts http://localhost:8090/accservices/556678/accounts http://localhost:8090/accservices/355245/account http://localhost:8090/accservices/355230/account http://localhost:8090/accservices/355650/account http://localhost:8090/accservices/355680/account
#Card Service Port 8100 /cardservices/{customerId}/cards - List of cards for a specific customer /cardservices/{cardNo}/card - Card details for a specific card
##Example: http://localhost:8100/cardservices/556677/cards http://localhost:8100/cardservices/556678/cards http://localhost:8100/cardservices/3624978443870993/card
#Loan Service Port 8110 /loanservices/{customerId}/loans - List of loans for a specific customer /loanservices/{loanAccountId}/loan - Loan details for a specific loan
##Example: http://localhost:8110/loanservices/1/loan http://localhost:8110/loanservices/2/loan http://localhost:8110/loanservices/3/loan http://localhost:8110/loanservices/1/loans http://localhost:8110/loanservices/2/loans
#Investment Service#
#Transfer Service#
#Payments Service#