budgea_client 1.3.6 → 1.3.9
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/Gemfile +0 -5
- data/Gemfile.lock +3 -23
- data/README.md +14 -1
- data/budgea_openapi.json +12 -0
- data/config.json +2 -1
- data/docs/AdministrationApi.md +144 -18
- data/docs/AuthenticationApi.md +64 -8
- data/docs/BanksApi.md +896 -112
- data/docs/ConnectionsApi.md +128 -16
- data/docs/DocumentsApi.md +608 -76
- data/docs/OCRApi.md +16 -2
- data/docs/OIDCApi.md +24 -3
- data/docs/PFMApi.md +312 -39
- data/docs/ProvidersApi.md +864 -108
- data/docs/RecipientsApi.md +32 -4
- data/docs/TermsApi.md +32 -4
- data/docs/TransfersApi.md +320 -40
- data/docs/UsersManagementApi.md +96 -12
- data/docs/WealthApi.md +112 -14
- data/lib/budgea_client/api/administration_api.rb +18 -18
- data/lib/budgea_client/api/authentication_api.rb +8 -8
- data/lib/budgea_client/api/banks_api.rb +112 -112
- data/lib/budgea_client/api/connections_api.rb +16 -16
- data/lib/budgea_client/api/documents_api.rb +76 -76
- data/lib/budgea_client/api/ocr_api.rb +2 -2
- data/lib/budgea_client/api/oidc_api.rb +3 -3
- data/lib/budgea_client/api/pfm_api.rb +39 -39
- data/lib/budgea_client/api/providers_api.rb +108 -108
- data/lib/budgea_client/api/recipients_api.rb +4 -4
- data/lib/budgea_client/api/terms_api.rb +4 -4
- data/lib/budgea_client/api/transfers_api.rb +40 -40
- data/lib/budgea_client/api/users_management_api.rb +12 -12
- data/lib/budgea_client/api/wealth_api.rb +14 -14
- data/lib/budgea_client/api_client.rb +1 -0
- data/lib/budgea_client/configuration.rb +7 -0
- data/lib/budgea_client/version.rb +1 -1
- metadata +2 -4
- data/pkg/budgea_client-1.3.5.gem +0 -0
- data/pkg/budgea_client-1.3.6.gem +0 -0
@@ -48,7 +48,7 @@ module BudgeaClient
|
|
48
48
|
|
49
49
|
# http body (model)
|
50
50
|
post_body = nil
|
51
|
-
auth_names = []
|
51
|
+
auth_names = ['api_key']
|
52
52
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
53
53
|
:header_params => header_params,
|
54
54
|
:query_params => query_params,
|
@@ -118,7 +118,7 @@ module BudgeaClient
|
|
118
118
|
|
119
119
|
# http body (model)
|
120
120
|
post_body = nil
|
121
|
-
auth_names = []
|
121
|
+
auth_names = ['api_key']
|
122
122
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
123
123
|
:header_params => header_params,
|
124
124
|
:query_params => query_params,
|
@@ -181,7 +181,7 @@ module BudgeaClient
|
|
181
181
|
|
182
182
|
# http body (model)
|
183
183
|
post_body = nil
|
184
|
-
auth_names = []
|
184
|
+
auth_names = ['api_key']
|
185
185
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
186
186
|
:header_params => header_params,
|
187
187
|
:query_params => query_params,
|
@@ -251,7 +251,7 @@ module BudgeaClient
|
|
251
251
|
|
252
252
|
# http body (model)
|
253
253
|
post_body = nil
|
254
|
-
auth_names = []
|
254
|
+
auth_names = ['api_key']
|
255
255
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
256
256
|
:header_params => header_params,
|
257
257
|
:query_params => query_params,
|
@@ -333,7 +333,7 @@ module BudgeaClient
|
|
333
333
|
|
334
334
|
# http body (model)
|
335
335
|
post_body = nil
|
336
|
-
auth_names = []
|
336
|
+
auth_names = ['api_key']
|
337
337
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
338
338
|
:header_params => header_params,
|
339
339
|
:query_params => query_params,
|
@@ -402,7 +402,7 @@ module BudgeaClient
|
|
402
402
|
|
403
403
|
# http body (model)
|
404
404
|
post_body = nil
|
405
|
-
auth_names = []
|
405
|
+
auth_names = ['api_key']
|
406
406
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
407
407
|
:header_params => header_params,
|
408
408
|
:query_params => query_params,
|
@@ -478,7 +478,7 @@ module BudgeaClient
|
|
478
478
|
|
479
479
|
# http body (model)
|
480
480
|
post_body = nil
|
481
|
-
auth_names = []
|
481
|
+
auth_names = ['api_key']
|
482
482
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
483
483
|
:header_params => header_params,
|
484
484
|
:query_params => query_params,
|
@@ -566,7 +566,7 @@ module BudgeaClient
|
|
566
566
|
|
567
567
|
# http body (model)
|
568
568
|
post_body = nil
|
569
|
-
auth_names = []
|
569
|
+
auth_names = ['api_key']
|
570
570
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
571
571
|
:header_params => header_params,
|
572
572
|
:query_params => query_params,
|
@@ -629,7 +629,7 @@ module BudgeaClient
|
|
629
629
|
|
630
630
|
# http body (model)
|
631
631
|
post_body = nil
|
632
|
-
auth_names = []
|
632
|
+
auth_names = ['api_key']
|
633
633
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
634
634
|
:header_params => header_params,
|
635
635
|
:query_params => query_params,
|
@@ -699,7 +699,7 @@ module BudgeaClient
|
|
699
699
|
|
700
700
|
# http body (model)
|
701
701
|
post_body = nil
|
702
|
-
auth_names = []
|
702
|
+
auth_names = ['api_key']
|
703
703
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
704
704
|
:header_params => header_params,
|
705
705
|
:query_params => query_params,
|
@@ -781,7 +781,7 @@ module BudgeaClient
|
|
781
781
|
|
782
782
|
# http body (model)
|
783
783
|
post_body = nil
|
784
|
-
auth_names = []
|
784
|
+
auth_names = ['api_key']
|
785
785
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
786
786
|
:header_params => header_params,
|
787
787
|
:query_params => query_params,
|
@@ -838,7 +838,7 @@ module BudgeaClient
|
|
838
838
|
|
839
839
|
# http body (model)
|
840
840
|
post_body = nil
|
841
|
-
auth_names = []
|
841
|
+
auth_names = ['api_key']
|
842
842
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
843
843
|
:header_params => header_params,
|
844
844
|
:query_params => query_params,
|
@@ -902,7 +902,7 @@ module BudgeaClient
|
|
902
902
|
|
903
903
|
# http body (model)
|
904
904
|
post_body = nil
|
905
|
-
auth_names = []
|
905
|
+
auth_names = ['api_key']
|
906
906
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
907
907
|
:header_params => header_params,
|
908
908
|
:query_params => query_params,
|
@@ -978,7 +978,7 @@ module BudgeaClient
|
|
978
978
|
|
979
979
|
# http body (model)
|
980
980
|
post_body = nil
|
981
|
-
auth_names = []
|
981
|
+
auth_names = ['api_key']
|
982
982
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
983
983
|
:header_params => header_params,
|
984
984
|
:query_params => query_params,
|
@@ -84,6 +84,7 @@ module BudgeaClient
|
|
84
84
|
query_params = opts[:query_params] || {}
|
85
85
|
form_params = opts[:form_params] || {}
|
86
86
|
|
87
|
+
update_params_for_auth! header_params, query_params, opts[:auth_names]
|
87
88
|
|
88
89
|
# set ssl_verifyhosts option based on @config.verify_ssl_host (true/false)
|
89
90
|
_verify_ssl_host = @config.verify_ssl_host ? 2 : 0
|
@@ -186,6 +186,13 @@ module BudgeaClient
|
|
186
186
|
# Returns Auth Settings hash for api client.
|
187
187
|
def auth_settings
|
188
188
|
{
|
189
|
+
'api_key' =>
|
190
|
+
{
|
191
|
+
type: 'api_key',
|
192
|
+
in: 'header',
|
193
|
+
key: 'Authorization',
|
194
|
+
value: api_key_with_prefix('Authorization')
|
195
|
+
},
|
189
196
|
}
|
190
197
|
end
|
191
198
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: budgea_client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.3.
|
4
|
+
version: 1.3.9
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Chaker Nakhli
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-10-
|
11
|
+
date: 2018-10-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: typhoeus
|
@@ -390,8 +390,6 @@ files:
|
|
390
390
|
- lib/budgea_client/models/user_alert.rb
|
391
391
|
- lib/budgea_client/models/webhook.rb
|
392
392
|
- lib/budgea_client/version.rb
|
393
|
-
- pkg/budgea_client-1.3.5.gem
|
394
|
-
- pkg/budgea_client-1.3.6.gem
|
395
393
|
- spec/api/administration_api_spec.rb
|
396
394
|
- spec/api/authentication_api_spec.rb
|
397
395
|
- spec/api/banks_api_spec.rb
|
data/pkg/budgea_client-1.3.5.gem
DELETED
Binary file
|
data/pkg/budgea_client-1.3.6.gem
DELETED
Binary file
|