Skip to content

Commit be2e6f0

Browse files
authored
Merge pull request #2 from oldbig/api_v3.1.0
refs #1 update dependent api version to v3.1.0, update README.md
2 parents 92dd1b9 + f4e80af commit be2e6f0

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## Open Bank API client implemented with Spring Boot
2-
This is a technology demonstration of the OBP API `v2.2.0` capabilities.
2+
This is a technology demonstration of the OBP API `v3.1.0` capabilities.
33
This project provides Java bindings to sveral OBP REST API endpoints, including banks, branches, accounts and transactions.
44
Included is also a demo webpage that puts all available bank branches in the `https://apisandbox.openbankproject.com` sandbox on a map.
55

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

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

20-
# OBP Java API bindings (v2.2.0)
20+
# OBP Java API bindings (v3.1.0)
2121
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.
22-
Caveat: currently, the supported version is `v2.2.0`. Also, not all of the REST API implemented.
22+
Caveat: currently, the supported version is `v3.1.0`. Also, not all of the REST API implemented.
2323

2424
## Code organization
2525

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
obp.api.rootUrl=https://apisandbox.openbankproject.com
22

3-
obp.api.versionedUrl:${obp.api.rootUrl}/obp/v2.2.0
3+
obp.api.versionedUrl:${obp.api.rootUrl}/obp/v3.1.0
44
obp.api.directloginUrl=${obp.api.rootUrl}/my/logins/direct
55
obp.api.directLoginPath=/my/logins/direct
66

7-
obp.consumerKey=jbzpfuib1u5b3qg0yt5vdnv2w5dggrujdh2v0ppj
7+
obp.consumerKey=mohge1sdpcssyqwoygsaokfaycayqsrgqcg4o023
88

99
//we are using multiple @FeignClient beans and without bean overriding the app fails to start. \
1010
see https://stackoverflow.com/questions/53787550/jpaauditinghandler-defined-in-null-on-application-startup-using-spring-boot
1111
spring.main.allow-bean-definition-overriding=true
1212

13+

0 commit comments

Comments
 (0)