Skip to content

Commit

Permalink
clarify
Browse files Browse the repository at this point in the history
  • Loading branch information
florind committed Jan 20, 2019
1 parent 4180b4b commit 92dd1b9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## Open Bank API client implemented with Spring Boot
This is a technology demonstration of the OBP API capabilities.
This is a technology demonstration of the OBP API `v2.2.0` capabilities.
This project provides Java bindings to sveral OBP REST API endpoints, including banks, branches, accounts and transactions.
Included is also a demo webpage that puts all available bank branches in the `https://apisandbox.openbankproject.com` sandbox on a map.

Expand All @@ -17,9 +17,9 @@ To login, use the username and password you noted above. After a successful logi

Only a small subset of the full API capabilities are integrated in the webapp (banks, branches).

# OBP Java API bindings
# OBP Java API bindings (v2.2.0)
The OBP REST API is made available as a native Java API by the com.tesobe.obp.clientapi.*ApiClient classes. Accounts and transactions are available as many other OBP API capabilities. See the integration test suite for example usage.
Caveat: currently, not all of the REST API implemented.
Caveat: currently, the supported version is `v2.2.0`. Also, not all of the REST API implemented.

## Code organization

Expand Down

0 comments on commit 92dd1b9

Please sign in to comment.