Skip to content

Commit 33e4ad1

Browse files
committed
updated README with credit card and loan products
1 parent 9cdeb6e commit 33e4ad1

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,12 @@ Available APIs and Webservices:
88

99
* Bank Assets - SOAP/XML, 2 methods
1010
* Currency Exchange Rates - REST/JSON, 1 parameter
11-
* ATM Locator - Full CRUDL REST interface (Create, Read, Update, Delete, List)
1211
* Stock Quote - REST/JSON, 0 parameters, cached output.
1312
* Fixed Deposit Calculator - REST/JSON, 2 parameters, semantic error handling, complex output
1413
* Account Balance - OAuth (3-legged)
14+
* ATM Locator - Full CRUDL REST interface (Create, Read, Update, Delete, List)
15+
* Credit Card Balance - Full CRUDL REST interface (Create, Read, Update, Delete, List)
16+
* Short Loan Product - Full CRUDL REST interface (Create, Read, Update, Delete, List)
1517

1618
Looking for a quick way to deploy? [Docker Compose](docker-compose.yml) | [Chef Cookbook](chef-cookbook)
1719

@@ -105,9 +107,12 @@ The entries with id 1 and 2 are prepopulated when the container starts:
105107
> {"result": [{"lat": "35.6684231", "lon": "139.6833085", "location": "Ebisu Station", "id": "2"}, {"lat": "35.6284713", "lon": "139.736571", "location": "Shinagawa Station", "id": "1"}]}
106108
107109

110+
# Credit Card Balance and Loan Products
108111

112+
The API behaves identically to the ATM locator, just the docker images are different:
109113

110-
114+
* [Credit Card Balance](https://hub.docker.com/r/u1ih/yoisho-creditcard/)
115+
* [Loan Products](https://hub.docker.com/r/u1ih/yoisho-loan/)
111116

112117
# Stock Quote - REST/JSON
113118

0 commit comments

Comments
 (0)