nordigen_ob_client 0.0.5 → 0.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/nordigen_ob_client.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 94d94165cde4bccbdbbca4e5d4bdee7a88e41d5a587000da6b6e4d0aea7c17e7
|
|
4
|
+
data.tar.gz: 6ab467b375b1d9019f03c591cb3d61db03e1c2c5b2d48f28487044c0cc5dc98c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f6e4383dac5e48d438235799be533ee4f6de52ea487517d0038bfc5e96cc3820a1125afa831aec0f2ffd49c8c3895314f50a59ec46ccca3d9648e1c0afa0f93b
|
|
7
|
+
data.tar.gz: 6882773a0245d92ae08682a90884bb81730762dfd54e521e5ed5b07119c697686fca7541c466116e5d941bec2119b4f7b414e26aba196858e45fdb2e7657e16b
|
data/lib/nordigen_ob_client.rb
CHANGED
|
@@ -107,7 +107,7 @@ class NordigenOBClient
|
|
|
107
107
|
# - Owner Name
|
|
108
108
|
# - Product / account type (e.g. Savings, holding, etc.)
|
|
109
109
|
# - BIC
|
|
110
|
-
# - Usage: Private /
|
|
110
|
+
# - Usage: Private / Business
|
|
111
111
|
#
|
|
112
112
|
#############################################################################
|
|
113
113
|
def get_account_details account_id
|
|
@@ -141,7 +141,7 @@ class NordigenOBClient
|
|
|
141
141
|
#############################################################################
|
|
142
142
|
def get_account_balances account_id
|
|
143
143
|
response = RestClient.get(
|
|
144
|
-
"https://ob.nordigen.com/api/v2/accounts/#{account_id}/balances",
|
|
144
|
+
"https://ob.nordigen.com/api/v2/accounts/#{account_id}/balances/",
|
|
145
145
|
headers=@request_header)
|
|
146
146
|
accounts = JSON.parse(response.body)
|
|
147
147
|
accounts
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: nordigen_ob_client
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Angelos Kapsimanis
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-12-
|
|
11
|
+
date: 2022-12-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: A Ruby client for Nordigen's Open Banking v2.0 API. Look at https://nordigen.com/en/account_information_documenation/api-documention/overview/
|
|
14
14
|
for more details.
|