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,
|
@@ -106,7 +106,7 @@ module BudgeaClient
|
|
106
106
|
|
107
107
|
# http body (model)
|
108
108
|
post_body = nil
|
109
|
-
auth_names = []
|
109
|
+
auth_names = ['api_key']
|
110
110
|
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
|
111
111
|
:header_params => header_params,
|
112
112
|
:query_params => query_params,
|
@@ -164,7 +164,7 @@ module BudgeaClient
|
|
164
164
|
|
165
165
|
# http body (model)
|
166
166
|
post_body = nil
|
167
|
-
auth_names = []
|
167
|
+
auth_names = ['api_key']
|
168
168
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
169
169
|
:header_params => header_params,
|
170
170
|
:query_params => query_params,
|
@@ -222,7 +222,7 @@ module BudgeaClient
|
|
222
222
|
|
223
223
|
# http body (model)
|
224
224
|
post_body = nil
|
225
|
-
auth_names = []
|
225
|
+
auth_names = ['api_key']
|
226
226
|
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
|
227
227
|
:header_params => header_params,
|
228
228
|
:query_params => query_params,
|
@@ -280,7 +280,7 @@ module BudgeaClient
|
|
280
280
|
|
281
281
|
# http body (model)
|
282
282
|
post_body = nil
|
283
|
-
auth_names = []
|
283
|
+
auth_names = ['api_key']
|
284
284
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
285
285
|
:header_params => header_params,
|
286
286
|
:query_params => query_params,
|
@@ -365,7 +365,7 @@ module BudgeaClient
|
|
365
365
|
|
366
366
|
# http body (model)
|
367
367
|
post_body = nil
|
368
|
-
auth_names = []
|
368
|
+
auth_names = ['api_key']
|
369
369
|
data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
|
370
370
|
:header_params => header_params,
|
371
371
|
:query_params => query_params,
|
@@ -417,7 +417,7 @@ module BudgeaClient
|
|
417
417
|
|
418
418
|
# http body (model)
|
419
419
|
post_body = nil
|
420
|
-
auth_names = []
|
420
|
+
auth_names = ['api_key']
|
421
421
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
422
422
|
:header_params => header_params,
|
423
423
|
:query_params => query_params,
|
@@ -469,7 +469,7 @@ module BudgeaClient
|
|
469
469
|
|
470
470
|
# http body (model)
|
471
471
|
post_body = nil
|
472
|
-
auth_names = []
|
472
|
+
auth_names = ['api_key']
|
473
473
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
474
474
|
:header_params => header_params,
|
475
475
|
:query_params => query_params,
|
@@ -520,7 +520,7 @@ module BudgeaClient
|
|
520
520
|
|
521
521
|
# http body (model)
|
522
522
|
post_body = nil
|
523
|
-
auth_names = []
|
523
|
+
auth_names = ['api_key']
|
524
524
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
525
525
|
:header_params => header_params,
|
526
526
|
:query_params => query_params,
|
@@ -572,7 +572,7 @@ module BudgeaClient
|
|
572
572
|
|
573
573
|
# http body (model)
|
574
574
|
post_body = nil
|
575
|
-
auth_names = []
|
575
|
+
auth_names = ['api_key']
|
576
576
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
577
577
|
:header_params => header_params,
|
578
578
|
:query_params => query_params,
|
@@ -620,7 +620,7 @@ module BudgeaClient
|
|
620
620
|
|
621
621
|
# http body (model)
|
622
622
|
post_body = nil
|
623
|
-
auth_names = []
|
623
|
+
auth_names = ['api_key']
|
624
624
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
625
625
|
:header_params => header_params,
|
626
626
|
:query_params => query_params,
|
@@ -668,7 +668,7 @@ module BudgeaClient
|
|
668
668
|
|
669
669
|
# http body (model)
|
670
670
|
post_body = nil
|
671
|
-
auth_names = []
|
671
|
+
auth_names = ['api_key']
|
672
672
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
673
673
|
:header_params => header_params,
|
674
674
|
:query_params => query_params,
|
@@ -719,7 +719,7 @@ module BudgeaClient
|
|
719
719
|
|
720
720
|
# http body (model)
|
721
721
|
post_body = nil
|
722
|
-
auth_names = []
|
722
|
+
auth_names = ['api_key']
|
723
723
|
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
|
724
724
|
:header_params => header_params,
|
725
725
|
:query_params => query_params,
|
@@ -771,7 +771,7 @@ module BudgeaClient
|
|
771
771
|
|
772
772
|
# http body (model)
|
773
773
|
post_body = nil
|
774
|
-
auth_names = []
|
774
|
+
auth_names = ['api_key']
|
775
775
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
776
776
|
:header_params => header_params,
|
777
777
|
:query_params => query_params,
|
@@ -829,7 +829,7 @@ module BudgeaClient
|
|
829
829
|
|
830
830
|
# http body (model)
|
831
831
|
post_body = nil
|
832
|
-
auth_names = []
|
832
|
+
auth_names = ['api_key']
|
833
833
|
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
|
834
834
|
:header_params => header_params,
|
835
835
|
: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(:POST, local_var_path,
|
907
907
|
:header_params => header_params,
|
908
908
|
:query_params => query_params,
|
@@ -975,7 +975,7 @@ module BudgeaClient
|
|
975
975
|
|
976
976
|
# http body (model)
|
977
977
|
post_body = nil
|
978
|
-
auth_names = []
|
978
|
+
auth_names = ['api_key']
|
979
979
|
data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
|
980
980
|
:header_params => header_params,
|
981
981
|
:query_params => query_params,
|
@@ -1042,7 +1042,7 @@ module BudgeaClient
|
|
1042
1042
|
|
1043
1043
|
# http body (model)
|
1044
1044
|
post_body = nil
|
1045
|
-
auth_names = []
|
1045
|
+
auth_names = ['api_key']
|
1046
1046
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
1047
1047
|
:header_params => header_params,
|
1048
1048
|
:query_params => query_params,
|
@@ -51,7 +51,7 @@ module BudgeaClient
|
|
51
51
|
|
52
52
|
# http body (model)
|
53
53
|
post_body = nil
|
54
|
-
auth_names = []
|
54
|
+
auth_names = ['api_key']
|
55
55
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
56
56
|
:header_params => header_params,
|
57
57
|
:query_params => query_params,
|
@@ -127,7 +127,7 @@ module BudgeaClient
|
|
127
127
|
|
128
128
|
# http body (model)
|
129
129
|
post_body = nil
|
130
|
-
auth_names = []
|
130
|
+
auth_names = ['api_key']
|
131
131
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
132
132
|
:header_params => header_params,
|
133
133
|
:query_params => query_params,
|
@@ -176,7 +176,7 @@ module BudgeaClient
|
|
176
176
|
|
177
177
|
# http body (model)
|
178
178
|
post_body = nil
|
179
|
-
auth_names = []
|
179
|
+
auth_names = ['api_key']
|
180
180
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
181
181
|
:header_params => header_params,
|
182
182
|
:query_params => query_params,
|
@@ -225,7 +225,7 @@ module BudgeaClient
|
|
225
225
|
|
226
226
|
# http body (model)
|
227
227
|
post_body = nil
|
228
|
-
auth_names = []
|
228
|
+
auth_names = ['api_key']
|
229
229
|
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
|
230
230
|
:header_params => header_params,
|
231
231
|
:query_params => query_params,
|
@@ -273,7 +273,7 @@ module BudgeaClient
|
|
273
273
|
|
274
274
|
# http body (model)
|
275
275
|
post_body = nil
|
276
|
-
auth_names = []
|
276
|
+
auth_names = ['api_key']
|
277
277
|
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
|
278
278
|
:header_params => header_params,
|
279
279
|
:query_params => query_params,
|
@@ -330,7 +330,7 @@ module BudgeaClient
|
|
330
330
|
|
331
331
|
# http body (model)
|
332
332
|
post_body = nil
|
333
|
-
auth_names = []
|
333
|
+
auth_names = ['api_key']
|
334
334
|
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
|
335
335
|
:header_params => header_params,
|
336
336
|
:query_params => query_params,
|
@@ -388,7 +388,7 @@ module BudgeaClient
|
|
388
388
|
|
389
389
|
# http body (model)
|
390
390
|
post_body = nil
|
391
|
-
auth_names = []
|
391
|
+
auth_names = ['api_key']
|
392
392
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
393
393
|
:header_params => header_params,
|
394
394
|
:query_params => query_params,
|
@@ -450,7 +450,7 @@ module BudgeaClient
|
|
450
450
|
|
451
451
|
# http body (model)
|
452
452
|
post_body = nil
|
453
|
-
auth_names = []
|
453
|
+
auth_names = ['api_key']
|
454
454
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
455
455
|
:header_params => header_params,
|
456
456
|
:query_params => query_params,
|
@@ -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,
|
@@ -106,7 +106,7 @@ module BudgeaClient
|
|
106
106
|
|
107
107
|
# http body (model)
|
108
108
|
post_body = nil
|
109
|
-
auth_names = []
|
109
|
+
auth_names = ['api_key']
|
110
110
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
111
111
|
:header_params => header_params,
|
112
112
|
:query_params => query_params,
|
@@ -164,7 +164,7 @@ module BudgeaClient
|
|
164
164
|
|
165
165
|
# http body (model)
|
166
166
|
post_body = nil
|
167
|
-
auth_names = []
|
167
|
+
auth_names = ['api_key']
|
168
168
|
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
|
169
169
|
:header_params => header_params,
|
170
170
|
:query_params => query_params,
|
@@ -229,7 +229,7 @@ module BudgeaClient
|
|
229
229
|
|
230
230
|
# http body (model)
|
231
231
|
post_body = nil
|
232
|
-
auth_names = []
|
232
|
+
auth_names = ['api_key']
|
233
233
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
234
234
|
:header_params => header_params,
|
235
235
|
:query_params => query_params,
|
@@ -288,7 +288,7 @@ module BudgeaClient
|
|
288
288
|
|
289
289
|
# http body (model)
|
290
290
|
post_body = nil
|
291
|
-
auth_names = []
|
291
|
+
auth_names = ['api_key']
|
292
292
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
293
293
|
:header_params => header_params,
|
294
294
|
:query_params => query_params,
|
@@ -340,7 +340,7 @@ module BudgeaClient
|
|
340
340
|
|
341
341
|
# http body (model)
|
342
342
|
post_body = nil
|
343
|
-
auth_names = []
|
343
|
+
auth_names = ['api_key']
|
344
344
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
345
345
|
:header_params => header_params,
|
346
346
|
:query_params => query_params,
|
@@ -404,7 +404,7 @@ module BudgeaClient
|
|
404
404
|
|
405
405
|
# http body (model)
|
406
406
|
post_body = nil
|
407
|
-
auth_names = []
|
407
|
+
auth_names = ['api_key']
|
408
408
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
409
409
|
:header_params => header_params,
|
410
410
|
:query_params => query_params,
|
@@ -462,7 +462,7 @@ module BudgeaClient
|
|
462
462
|
|
463
463
|
# http body (model)
|
464
464
|
post_body = nil
|
465
|
-
auth_names = []
|
465
|
+
auth_names = ['api_key']
|
466
466
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
467
467
|
:header_params => header_params,
|
468
468
|
:query_params => query_params,
|
@@ -520,7 +520,7 @@ module BudgeaClient
|
|
520
520
|
|
521
521
|
# http body (model)
|
522
522
|
post_body = nil
|
523
|
-
auth_names = []
|
523
|
+
auth_names = ['api_key']
|
524
524
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
525
525
|
:header_params => header_params,
|
526
526
|
:query_params => query_params,
|
@@ -578,7 +578,7 @@ module BudgeaClient
|
|
578
578
|
|
579
579
|
# http body (model)
|
580
580
|
post_body = nil
|
581
|
-
auth_names = []
|
581
|
+
auth_names = ['api_key']
|
582
582
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
583
583
|
:header_params => header_params,
|
584
584
|
:query_params => query_params,
|
@@ -630,7 +630,7 @@ module BudgeaClient
|
|
630
630
|
|
631
631
|
# http body (model)
|
632
632
|
post_body = nil
|
633
|
-
auth_names = []
|
633
|
+
auth_names = ['api_key']
|
634
634
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
635
635
|
:header_params => header_params,
|
636
636
|
:query_params => query_params,
|
@@ -700,7 +700,7 @@ module BudgeaClient
|
|
700
700
|
|
701
701
|
# http body (model)
|
702
702
|
post_body = nil
|
703
|
-
auth_names = []
|
703
|
+
auth_names = ['api_key']
|
704
704
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
705
705
|
:header_params => header_params,
|
706
706
|
:query_params => query_params,
|
@@ -752,7 +752,7 @@ module BudgeaClient
|
|
752
752
|
|
753
753
|
# http body (model)
|
754
754
|
post_body = nil
|
755
|
-
auth_names = []
|
755
|
+
auth_names = ['api_key']
|
756
756
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
757
757
|
:header_params => header_params,
|
758
758
|
:query_params => query_params,
|
@@ -804,7 +804,7 @@ module BudgeaClient
|
|
804
804
|
|
805
805
|
# http body (model)
|
806
806
|
post_body = nil
|
807
|
-
auth_names = []
|
807
|
+
auth_names = ['api_key']
|
808
808
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
809
809
|
:header_params => header_params,
|
810
810
|
:query_params => query_params,
|
@@ -862,7 +862,7 @@ module BudgeaClient
|
|
862
862
|
|
863
863
|
# http body (model)
|
864
864
|
post_body = nil
|
865
|
-
auth_names = []
|
865
|
+
auth_names = ['api_key']
|
866
866
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
867
867
|
:header_params => header_params,
|
868
868
|
:query_params => query_params,
|
@@ -926,7 +926,7 @@ module BudgeaClient
|
|
926
926
|
|
927
927
|
# http body (model)
|
928
928
|
post_body = nil
|
929
|
-
auth_names = []
|
929
|
+
auth_names = ['api_key']
|
930
930
|
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
|
931
931
|
:header_params => header_params,
|
932
932
|
:query_params => query_params,
|
@@ -990,7 +990,7 @@ module BudgeaClient
|
|
990
990
|
|
991
991
|
# http body (model)
|
992
992
|
post_body = nil
|
993
|
-
auth_names = []
|
993
|
+
auth_names = ['api_key']
|
994
994
|
data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
|
995
995
|
:header_params => header_params,
|
996
996
|
:query_params => query_params,
|
@@ -1048,7 +1048,7 @@ module BudgeaClient
|
|
1048
1048
|
|
1049
1049
|
# http body (model)
|
1050
1050
|
post_body = nil
|
1051
|
-
auth_names = []
|
1051
|
+
auth_names = ['api_key']
|
1052
1052
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
1053
1053
|
:header_params => header_params,
|
1054
1054
|
:query_params => query_params,
|
@@ -1106,7 +1106,7 @@ module BudgeaClient
|
|
1106
1106
|
|
1107
1107
|
# http body (model)
|
1108
1108
|
post_body = nil
|
1109
|
-
auth_names = []
|
1109
|
+
auth_names = ['api_key']
|
1110
1110
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
1111
1111
|
:header_params => header_params,
|
1112
1112
|
:query_params => query_params,
|
@@ -1164,7 +1164,7 @@ module BudgeaClient
|
|
1164
1164
|
|
1165
1165
|
# http body (model)
|
1166
1166
|
post_body = nil
|
1167
|
-
auth_names = []
|
1167
|
+
auth_names = ['api_key']
|
1168
1168
|
data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
|
1169
1169
|
:header_params => header_params,
|
1170
1170
|
:query_params => query_params,
|
@@ -1222,7 +1222,7 @@ module BudgeaClient
|
|
1222
1222
|
|
1223
1223
|
# http body (model)
|
1224
1224
|
post_body = nil
|
1225
|
-
auth_names = []
|
1225
|
+
auth_names = ['api_key']
|
1226
1226
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
1227
1227
|
:header_params => header_params,
|
1228
1228
|
:query_params => query_params,
|
@@ -1289,7 +1289,7 @@ module BudgeaClient
|
|
1289
1289
|
|
1290
1290
|
# http body (model)
|
1291
1291
|
post_body = nil
|
1292
|
-
auth_names = []
|
1292
|
+
auth_names = ['api_key']
|
1293
1293
|
data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
|
1294
1294
|
:header_params => header_params,
|
1295
1295
|
:query_params => query_params,
|
@@ -1380,7 +1380,7 @@ module BudgeaClient
|
|
1380
1380
|
|
1381
1381
|
# http body (model)
|
1382
1382
|
post_body = nil
|
1383
|
-
auth_names = []
|
1383
|
+
auth_names = ['api_key']
|
1384
1384
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
1385
1385
|
:header_params => header_params,
|
1386
1386
|
:query_params => query_params,
|
@@ -1441,7 +1441,7 @@ module BudgeaClient
|
|
1441
1441
|
|
1442
1442
|
# http body (model)
|
1443
1443
|
post_body = nil
|
1444
|
-
auth_names = []
|
1444
|
+
auth_names = ['api_key']
|
1445
1445
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
1446
1446
|
:header_params => header_params,
|
1447
1447
|
:query_params => query_params,
|
@@ -1522,7 +1522,7 @@ module BudgeaClient
|
|
1522
1522
|
|
1523
1523
|
# http body (model)
|
1524
1524
|
post_body = nil
|
1525
|
-
auth_names = []
|
1525
|
+
auth_names = ['api_key']
|
1526
1526
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
1527
1527
|
:header_params => header_params,
|
1528
1528
|
:query_params => query_params,
|
@@ -1574,7 +1574,7 @@ module BudgeaClient
|
|
1574
1574
|
|
1575
1575
|
# http body (model)
|
1576
1576
|
post_body = nil
|
1577
|
-
auth_names = []
|
1577
|
+
auth_names = ['api_key']
|
1578
1578
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
1579
1579
|
:header_params => header_params,
|
1580
1580
|
:query_params => query_params,
|
@@ -1632,7 +1632,7 @@ module BudgeaClient
|
|
1632
1632
|
|
1633
1633
|
# http body (model)
|
1634
1634
|
post_body = nil
|
1635
|
-
auth_names = []
|
1635
|
+
auth_names = ['api_key']
|
1636
1636
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
1637
1637
|
:header_params => header_params,
|
1638
1638
|
:query_params => query_params,
|
@@ -1690,7 +1690,7 @@ module BudgeaClient
|
|
1690
1690
|
|
1691
1691
|
# http body (model)
|
1692
1692
|
post_body = nil
|
1693
|
-
auth_names = []
|
1693
|
+
auth_names = ['api_key']
|
1694
1694
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
1695
1695
|
:header_params => header_params,
|
1696
1696
|
:query_params => query_params,
|
@@ -1748,7 +1748,7 @@ module BudgeaClient
|
|
1748
1748
|
|
1749
1749
|
# http body (model)
|
1750
1750
|
post_body = nil
|
1751
|
-
auth_names = []
|
1751
|
+
auth_names = ['api_key']
|
1752
1752
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
1753
1753
|
:header_params => header_params,
|
1754
1754
|
:query_params => query_params,
|
@@ -1806,7 +1806,7 @@ module BudgeaClient
|
|
1806
1806
|
|
1807
1807
|
# http body (model)
|
1808
1808
|
post_body = nil
|
1809
|
-
auth_names = []
|
1809
|
+
auth_names = ['api_key']
|
1810
1810
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
1811
1811
|
:header_params => header_params,
|
1812
1812
|
:query_params => query_params,
|
@@ -1870,7 +1870,7 @@ module BudgeaClient
|
|
1870
1870
|
|
1871
1871
|
# http body (model)
|
1872
1872
|
post_body = nil
|
1873
|
-
auth_names = []
|
1873
|
+
auth_names = ['api_key']
|
1874
1874
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
1875
1875
|
:header_params => header_params,
|
1876
1876
|
:query_params => query_params,
|
@@ -1928,7 +1928,7 @@ module BudgeaClient
|
|
1928
1928
|
|
1929
1929
|
# http body (model)
|
1930
1930
|
post_body = nil
|
1931
|
-
auth_names = []
|
1931
|
+
auth_names = ['api_key']
|
1932
1932
|
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
|
1933
1933
|
:header_params => header_params,
|
1934
1934
|
:query_params => query_params,
|
@@ -1986,7 +1986,7 @@ module BudgeaClient
|
|
1986
1986
|
|
1987
1987
|
# http body (model)
|
1988
1988
|
post_body = nil
|
1989
|
-
auth_names = []
|
1989
|
+
auth_names = ['api_key']
|
1990
1990
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
1991
1991
|
:header_params => header_params,
|
1992
1992
|
:query_params => query_params,
|
@@ -2047,7 +2047,7 @@ module BudgeaClient
|
|
2047
2047
|
|
2048
2048
|
# http body (model)
|
2049
2049
|
post_body = nil
|
2050
|
-
auth_names = []
|
2050
|
+
auth_names = ['api_key']
|
2051
2051
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
2052
2052
|
:header_params => header_params,
|
2053
2053
|
:query_params => query_params,
|
@@ -2110,7 +2110,7 @@ module BudgeaClient
|
|
2110
2110
|
|
2111
2111
|
# http body (model)
|
2112
2112
|
post_body = nil
|
2113
|
-
auth_names = []
|
2113
|
+
auth_names = ['api_key']
|
2114
2114
|
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
|
2115
2115
|
:header_params => header_params,
|
2116
2116
|
:query_params => query_params,
|
@@ -2180,7 +2180,7 @@ module BudgeaClient
|
|
2180
2180
|
|
2181
2181
|
# http body (model)
|
2182
2182
|
post_body = nil
|
2183
|
-
auth_names = []
|
2183
|
+
auth_names = ['api_key']
|
2184
2184
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
2185
2185
|
:header_params => header_params,
|
2186
2186
|
:query_params => query_params,
|
@@ -2255,7 +2255,7 @@ module BudgeaClient
|
|
2255
2255
|
|
2256
2256
|
# http body (model)
|
2257
2257
|
post_body = nil
|
2258
|
-
auth_names = []
|
2258
|
+
auth_names = ['api_key']
|
2259
2259
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
2260
2260
|
:header_params => header_params,
|
2261
2261
|
:query_params => query_params,
|
@@ -2337,7 +2337,7 @@ module BudgeaClient
|
|
2337
2337
|
|
2338
2338
|
# http body (model)
|
2339
2339
|
post_body = nil
|
2340
|
-
auth_names = []
|
2340
|
+
auth_names = ['api_key']
|
2341
2341
|
data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
|
2342
2342
|
:header_params => header_params,
|
2343
2343
|
:query_params => query_params,
|
@@ -2401,7 +2401,7 @@ module BudgeaClient
|
|
2401
2401
|
|
2402
2402
|
# http body (model)
|
2403
2403
|
post_body = nil
|
2404
|
-
auth_names = []
|
2404
|
+
auth_names = ['api_key']
|
2405
2405
|
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
|
2406
2406
|
:header_params => header_params,
|
2407
2407
|
:query_params => query_params,
|
@@ -2504,7 +2504,7 @@ module BudgeaClient
|
|
2504
2504
|
|
2505
2505
|
# http body (model)
|
2506
2506
|
post_body = nil
|
2507
|
-
auth_names = []
|
2507
|
+
auth_names = ['api_key']
|
2508
2508
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
2509
2509
|
:header_params => header_params,
|
2510
2510
|
:query_params => query_params,
|
@@ -2574,7 +2574,7 @@ module BudgeaClient
|
|
2574
2574
|
|
2575
2575
|
# http body (model)
|
2576
2576
|
post_body = nil
|
2577
|
-
auth_names = []
|
2577
|
+
auth_names = ['api_key']
|
2578
2578
|
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
|
2579
2579
|
:header_params => header_params,
|
2580
2580
|
:query_params => query_params,
|
@@ -2644,7 +2644,7 @@ module BudgeaClient
|
|
2644
2644
|
|
2645
2645
|
# http body (model)
|
2646
2646
|
post_body = nil
|
2647
|
-
auth_names = []
|
2647
|
+
auth_names = ['api_key']
|
2648
2648
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
2649
2649
|
:header_params => header_params,
|
2650
2650
|
:query_params => query_params,
|
@@ -2720,7 +2720,7 @@ module BudgeaClient
|
|
2720
2720
|
|
2721
2721
|
# http body (model)
|
2722
2722
|
post_body = nil
|
2723
|
-
auth_names = []
|
2723
|
+
auth_names = ['api_key']
|
2724
2724
|
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
|
2725
2725
|
:header_params => header_params,
|
2726
2726
|
:query_params => query_params,
|
@@ -2796,7 +2796,7 @@ module BudgeaClient
|
|
2796
2796
|
|
2797
2797
|
# http body (model)
|
2798
2798
|
post_body = nil
|
2799
|
-
auth_names = []
|
2799
|
+
auth_names = ['api_key']
|
2800
2800
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
2801
2801
|
:header_params => header_params,
|
2802
2802
|
:query_params => query_params,
|
@@ -2866,7 +2866,7 @@ module BudgeaClient
|
|
2866
2866
|
|
2867
2867
|
# http body (model)
|
2868
2868
|
post_body = nil
|
2869
|
-
auth_names = []
|
2869
|
+
auth_names = ['api_key']
|
2870
2870
|
data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
|
2871
2871
|
:header_params => header_params,
|
2872
2872
|
:query_params => query_params,
|
@@ -2951,7 +2951,7 @@ module BudgeaClient
|
|
2951
2951
|
|
2952
2952
|
# http body (model)
|
2953
2953
|
post_body = nil
|
2954
|
-
auth_names = []
|
2954
|
+
auth_names = ['api_key']
|
2955
2955
|
data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
|
2956
2956
|
:header_params => header_params,
|
2957
2957
|
:query_params => query_params,
|
@@ -3057,7 +3057,7 @@ module BudgeaClient
|
|
3057
3057
|
|
3058
3058
|
# http body (model)
|
3059
3059
|
post_body = nil
|
3060
|
-
auth_names = []
|
3060
|
+
auth_names = ['api_key']
|
3061
3061
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
3062
3062
|
:header_params => header_params,
|
3063
3063
|
:query_params => query_params,
|
@@ -3121,7 +3121,7 @@ module BudgeaClient
|
|
3121
3121
|
|
3122
3122
|
# http body (model)
|
3123
3123
|
post_body = nil
|
3124
|
-
auth_names = []
|
3124
|
+
auth_names = ['api_key']
|
3125
3125
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
3126
3126
|
:header_params => header_params,
|
3127
3127
|
:query_params => query_params,
|
@@ -3191,7 +3191,7 @@ module BudgeaClient
|
|
3191
3191
|
|
3192
3192
|
# http body (model)
|
3193
3193
|
post_body = nil
|
3194
|
-
auth_names = []
|
3194
|
+
auth_names = ['api_key']
|
3195
3195
|
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
|
3196
3196
|
:header_params => header_params,
|
3197
3197
|
:query_params => query_params,
|
@@ -3261,7 +3261,7 @@ module BudgeaClient
|
|
3261
3261
|
|
3262
3262
|
# http body (model)
|
3263
3263
|
post_body = nil
|
3264
|
-
auth_names = []
|
3264
|
+
auth_names = ['api_key']
|
3265
3265
|
data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
|
3266
3266
|
:header_params => header_params,
|
3267
3267
|
:query_params => query_params,
|
@@ -3325,7 +3325,7 @@ module BudgeaClient
|
|
3325
3325
|
|
3326
3326
|
# http body (model)
|
3327
3327
|
post_body = nil
|
3328
|
-
auth_names = []
|
3328
|
+
auth_names = ['api_key']
|
3329
3329
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
3330
3330
|
:header_params => header_params,
|
3331
3331
|
:query_params => query_params,
|
@@ -3406,7 +3406,7 @@ module BudgeaClient
|
|
3406
3406
|
|
3407
3407
|
# http body (model)
|
3408
3408
|
post_body = nil
|
3409
|
-
auth_names = []
|
3409
|
+
auth_names = ['api_key']
|
3410
3410
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
3411
3411
|
:header_params => header_params,
|
3412
3412
|
:query_params => query_params,
|
@@ -3464,7 +3464,7 @@ module BudgeaClient
|
|
3464
3464
|
|
3465
3465
|
# http body (model)
|
3466
3466
|
post_body = nil
|
3467
|
-
auth_names = []
|
3467
|
+
auth_names = ['api_key']
|
3468
3468
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
3469
3469
|
:header_params => header_params,
|
3470
3470
|
:query_params => query_params,
|
@@ -3522,7 +3522,7 @@ module BudgeaClient
|
|
3522
3522
|
|
3523
3523
|
# http body (model)
|
3524
3524
|
post_body = nil
|
3525
|
-
auth_names = []
|
3525
|
+
auth_names = ['api_key']
|
3526
3526
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
3527
3527
|
:header_params => header_params,
|
3528
3528
|
:query_params => query_params,
|
@@ -3577,7 +3577,7 @@ module BudgeaClient
|
|
3577
3577
|
|
3578
3578
|
# http body (model)
|
3579
3579
|
post_body = nil
|
3580
|
-
auth_names = []
|
3580
|
+
auth_names = ['api_key']
|
3581
3581
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
3582
3582
|
:header_params => header_params,
|
3583
3583
|
:query_params => query_params,
|
@@ -3634,7 +3634,7 @@ module BudgeaClient
|
|
3634
3634
|
|
3635
3635
|
# http body (model)
|
3636
3636
|
post_body = nil
|
3637
|
-
auth_names = []
|
3637
|
+
auth_names = ['api_key']
|
3638
3638
|
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
|
3639
3639
|
:header_params => header_params,
|
3640
3640
|
:query_params => query_params,
|
@@ -3692,7 +3692,7 @@ module BudgeaClient
|
|
3692
3692
|
|
3693
3693
|
# http body (model)
|
3694
3694
|
post_body = nil
|
3695
|
-
auth_names = []
|
3695
|
+
auth_names = ['api_key']
|
3696
3696
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
3697
3697
|
:header_params => header_params,
|
3698
3698
|
:query_params => query_params,
|
@@ -3756,7 +3756,7 @@ module BudgeaClient
|
|
3756
3756
|
|
3757
3757
|
# http body (model)
|
3758
3758
|
post_body = nil
|
3759
|
-
auth_names = []
|
3759
|
+
auth_names = ['api_key']
|
3760
3760
|
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
|
3761
3761
|
:header_params => header_params,
|
3762
3762
|
:query_params => query_params,
|
@@ -3820,7 +3820,7 @@ module BudgeaClient
|
|
3820
3820
|
|
3821
3821
|
# http body (model)
|
3822
3822
|
post_body = nil
|
3823
|
-
auth_names = []
|
3823
|
+
auth_names = ['api_key']
|
3824
3824
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
3825
3825
|
:header_params => header_params,
|
3826
3826
|
:query_params => query_params,
|
@@ -3887,7 +3887,7 @@ module BudgeaClient
|
|
3887
3887
|
|
3888
3888
|
# http body (model)
|
3889
3889
|
post_body = nil
|
3890
|
-
auth_names = []
|
3890
|
+
auth_names = ['api_key']
|
3891
3891
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
3892
3892
|
:header_params => header_params,
|
3893
3893
|
:query_params => query_params,
|
@@ -3956,7 +3956,7 @@ module BudgeaClient
|
|
3956
3956
|
|
3957
3957
|
# http body (model)
|
3958
3958
|
post_body = nil
|
3959
|
-
auth_names = []
|
3959
|
+
auth_names = ['api_key']
|
3960
3960
|
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
|
3961
3961
|
:header_params => header_params,
|
3962
3962
|
:query_params => query_params,
|
@@ -4032,7 +4032,7 @@ module BudgeaClient
|
|
4032
4032
|
|
4033
4033
|
# http body (model)
|
4034
4034
|
post_body = nil
|
4035
|
-
auth_names = []
|
4035
|
+
auth_names = ['api_key']
|
4036
4036
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
4037
4037
|
:header_params => header_params,
|
4038
4038
|
:query_params => query_params,
|
@@ -4113,7 +4113,7 @@ module BudgeaClient
|
|
4113
4113
|
|
4114
4114
|
# http body (model)
|
4115
4115
|
post_body = nil
|
4116
|
-
auth_names = []
|
4116
|
+
auth_names = ['api_key']
|
4117
4117
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
4118
4118
|
:header_params => header_params,
|
4119
4119
|
:query_params => query_params,
|
@@ -4201,7 +4201,7 @@ module BudgeaClient
|
|
4201
4201
|
|
4202
4202
|
# http body (model)
|
4203
4203
|
post_body = nil
|
4204
|
-
auth_names = []
|
4204
|
+
auth_names = ['api_key']
|
4205
4205
|
data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
|
4206
4206
|
:header_params => header_params,
|
4207
4207
|
:query_params => query_params,
|
@@ -4271,7 +4271,7 @@ module BudgeaClient
|
|
4271
4271
|
|
4272
4272
|
# http body (model)
|
4273
4273
|
post_body = nil
|
4274
|
-
auth_names = []
|
4274
|
+
auth_names = ['api_key']
|
4275
4275
|
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
|
4276
4276
|
:header_params => header_params,
|
4277
4277
|
:query_params => query_params,
|
@@ -4380,7 +4380,7 @@ module BudgeaClient
|
|
4380
4380
|
|
4381
4381
|
# http body (model)
|
4382
4382
|
post_body = nil
|
4383
|
-
auth_names = []
|
4383
|
+
auth_names = ['api_key']
|
4384
4384
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
4385
4385
|
:header_params => header_params,
|
4386
4386
|
:query_params => query_params,
|
@@ -4456,7 +4456,7 @@ module BudgeaClient
|
|
4456
4456
|
|
4457
4457
|
# http body (model)
|
4458
4458
|
post_body = nil
|
4459
|
-
auth_names = []
|
4459
|
+
auth_names = ['api_key']
|
4460
4460
|
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
|
4461
4461
|
:header_params => header_params,
|
4462
4462
|
:query_params => query_params,
|
@@ -4532,7 +4532,7 @@ module BudgeaClient
|
|
4532
4532
|
|
4533
4533
|
# http body (model)
|
4534
4534
|
post_body = nil
|
4535
|
-
auth_names = []
|
4535
|
+
auth_names = ['api_key']
|
4536
4536
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
4537
4537
|
:header_params => header_params,
|
4538
4538
|
:query_params => query_params,
|
@@ -4614,7 +4614,7 @@ module BudgeaClient
|
|
4614
4614
|
|
4615
4615
|
# http body (model)
|
4616
4616
|
post_body = nil
|
4617
|
-
auth_names = []
|
4617
|
+
auth_names = ['api_key']
|
4618
4618
|
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
|
4619
4619
|
:header_params => header_params,
|
4620
4620
|
:query_params => query_params,
|
@@ -4696,7 +4696,7 @@ module BudgeaClient
|
|
4696
4696
|
|
4697
4697
|
# http body (model)
|
4698
4698
|
post_body = nil
|
4699
|
-
auth_names = []
|
4699
|
+
auth_names = ['api_key']
|
4700
4700
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
4701
4701
|
:header_params => header_params,
|
4702
4702
|
:query_params => query_params,
|
@@ -4772,7 +4772,7 @@ module BudgeaClient
|
|
4772
4772
|
|
4773
4773
|
# http body (model)
|
4774
4774
|
post_body = nil
|
4775
|
-
auth_names = []
|
4775
|
+
auth_names = ['api_key']
|
4776
4776
|
data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
|
4777
4777
|
:header_params => header_params,
|
4778
4778
|
:query_params => query_params,
|
@@ -4863,7 +4863,7 @@ module BudgeaClient
|
|
4863
4863
|
|
4864
4864
|
# http body (model)
|
4865
4865
|
post_body = nil
|
4866
|
-
auth_names = []
|
4866
|
+
auth_names = ['api_key']
|
4867
4867
|
data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
|
4868
4868
|
:header_params => header_params,
|
4869
4869
|
:query_params => query_params,
|
@@ -4975,7 +4975,7 @@ module BudgeaClient
|
|
4975
4975
|
|
4976
4976
|
# http body (model)
|
4977
4977
|
post_body = nil
|
4978
|
-
auth_names = []
|
4978
|
+
auth_names = ['api_key']
|
4979
4979
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
4980
4980
|
:header_params => header_params,
|
4981
4981
|
:query_params => query_params,
|
@@ -5045,7 +5045,7 @@ module BudgeaClient
|
|
5045
5045
|
|
5046
5046
|
# http body (model)
|
5047
5047
|
post_body = nil
|
5048
|
-
auth_names = []
|
5048
|
+
auth_names = ['api_key']
|
5049
5049
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
5050
5050
|
:header_params => header_params,
|
5051
5051
|
:query_params => query_params,
|
@@ -5121,7 +5121,7 @@ module BudgeaClient
|
|
5121
5121
|
|
5122
5122
|
# http body (model)
|
5123
5123
|
post_body = nil
|
5124
|
-
auth_names = []
|
5124
|
+
auth_names = ['api_key']
|
5125
5125
|
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
|
5126
5126
|
:header_params => header_params,
|
5127
5127
|
:query_params => query_params,
|
@@ -5197,7 +5197,7 @@ module BudgeaClient
|
|
5197
5197
|
|
5198
5198
|
# http body (model)
|
5199
5199
|
post_body = nil
|
5200
|
-
auth_names = []
|
5200
|
+
auth_names = ['api_key']
|
5201
5201
|
data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
|
5202
5202
|
:header_params => header_params,
|
5203
5203
|
:query_params => query_params,
|
@@ -5267,7 +5267,7 @@ module BudgeaClient
|
|
5267
5267
|
|
5268
5268
|
# http body (model)
|
5269
5269
|
post_body = nil
|
5270
|
-
auth_names = []
|
5270
|
+
auth_names = ['api_key']
|
5271
5271
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
5272
5272
|
:header_params => header_params,
|
5273
5273
|
:query_params => query_params,
|
@@ -5354,7 +5354,7 @@ module BudgeaClient
|
|
5354
5354
|
|
5355
5355
|
# http body (model)
|
5356
5356
|
post_body = nil
|
5357
|
-
auth_names = []
|
5357
|
+
auth_names = ['api_key']
|
5358
5358
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
5359
5359
|
:header_params => header_params,
|
5360
5360
|
:query_params => query_params,
|
@@ -5418,7 +5418,7 @@ module BudgeaClient
|
|
5418
5418
|
|
5419
5419
|
# http body (model)
|
5420
5420
|
post_body = nil
|
5421
|
-
auth_names = []
|
5421
|
+
auth_names = ['api_key']
|
5422
5422
|
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
|
5423
5423
|
:header_params => header_params,
|
5424
5424
|
:query_params => query_params,
|
@@ -5482,7 +5482,7 @@ module BudgeaClient
|
|
5482
5482
|
|
5483
5483
|
# http body (model)
|
5484
5484
|
post_body = nil
|
5485
|
-
auth_names = []
|
5485
|
+
auth_names = ['api_key']
|
5486
5486
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
5487
5487
|
:header_params => header_params,
|
5488
5488
|
:query_params => query_params,
|
@@ -5576,7 +5576,7 @@ module BudgeaClient
|
|
5576
5576
|
|
5577
5577
|
# http body (model)
|
5578
5578
|
post_body = nil
|
5579
|
-
auth_names = []
|
5579
|
+
auth_names = ['api_key']
|
5580
5580
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
5581
5581
|
:header_params => header_params,
|
5582
5582
|
:query_params => query_params,
|
@@ -5652,7 +5652,7 @@ module BudgeaClient
|
|
5652
5652
|
|
5653
5653
|
# http body (model)
|
5654
5654
|
post_body = nil
|
5655
|
-
auth_names = []
|
5655
|
+
auth_names = ['api_key']
|
5656
5656
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
5657
5657
|
:header_params => header_params,
|
5658
5658
|
:query_params => query_params,
|
@@ -5716,7 +5716,7 @@ module BudgeaClient
|
|
5716
5716
|
|
5717
5717
|
# http body (model)
|
5718
5718
|
post_body = nil
|
5719
|
-
auth_names = []
|
5719
|
+
auth_names = ['api_key']
|
5720
5720
|
data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
|
5721
5721
|
:header_params => header_params,
|
5722
5722
|
:query_params => query_params,
|
@@ -5780,7 +5780,7 @@ module BudgeaClient
|
|
5780
5780
|
|
5781
5781
|
# http body (model)
|
5782
5782
|
post_body = nil
|
5783
|
-
auth_names = []
|
5783
|
+
auth_names = ['api_key']
|
5784
5784
|
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
|
5785
5785
|
:header_params => header_params,
|
5786
5786
|
:query_params => query_params,
|
@@ -5883,7 +5883,7 @@ module BudgeaClient
|
|
5883
5883
|
|
5884
5884
|
# http body (model)
|
5885
5885
|
post_body = nil
|
5886
|
-
auth_names = []
|
5886
|
+
auth_names = ['api_key']
|
5887
5887
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
5888
5888
|
:header_params => header_params,
|
5889
5889
|
:query_params => query_params,
|
@@ -5953,7 +5953,7 @@ module BudgeaClient
|
|
5953
5953
|
|
5954
5954
|
# http body (model)
|
5955
5955
|
post_body = nil
|
5956
|
-
auth_names = []
|
5956
|
+
auth_names = ['api_key']
|
5957
5957
|
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
|
5958
5958
|
:header_params => header_params,
|
5959
5959
|
:query_params => query_params,
|
@@ -6023,7 +6023,7 @@ module BudgeaClient
|
|
6023
6023
|
|
6024
6024
|
# http body (model)
|
6025
6025
|
post_body = nil
|
6026
|
-
auth_names = []
|
6026
|
+
auth_names = ['api_key']
|
6027
6027
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
6028
6028
|
:header_params => header_params,
|
6029
6029
|
:query_params => query_params,
|
@@ -6099,7 +6099,7 @@ module BudgeaClient
|
|
6099
6099
|
|
6100
6100
|
# http body (model)
|
6101
6101
|
post_body = nil
|
6102
|
-
auth_names = []
|
6102
|
+
auth_names = ['api_key']
|
6103
6103
|
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
|
6104
6104
|
:header_params => header_params,
|
6105
6105
|
:query_params => query_params,
|
@@ -6175,7 +6175,7 @@ module BudgeaClient
|
|
6175
6175
|
|
6176
6176
|
# http body (model)
|
6177
6177
|
post_body = nil
|
6178
|
-
auth_names = []
|
6178
|
+
auth_names = ['api_key']
|
6179
6179
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
6180
6180
|
:header_params => header_params,
|
6181
6181
|
:query_params => query_params,
|
@@ -6245,7 +6245,7 @@ module BudgeaClient
|
|
6245
6245
|
|
6246
6246
|
# http body (model)
|
6247
6247
|
post_body = nil
|
6248
|
-
auth_names = []
|
6248
|
+
auth_names = ['api_key']
|
6249
6249
|
data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
|
6250
6250
|
:header_params => header_params,
|
6251
6251
|
:query_params => query_params,
|
@@ -6330,7 +6330,7 @@ module BudgeaClient
|
|
6330
6330
|
|
6331
6331
|
# http body (model)
|
6332
6332
|
post_body = nil
|
6333
|
-
auth_names = []
|
6333
|
+
auth_names = ['api_key']
|
6334
6334
|
data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
|
6335
6335
|
:header_params => header_params,
|
6336
6336
|
:query_params => query_params,
|
@@ -6436,7 +6436,7 @@ module BudgeaClient
|
|
6436
6436
|
|
6437
6437
|
# http body (model)
|
6438
6438
|
post_body = nil
|
6439
|
-
auth_names = []
|
6439
|
+
auth_names = ['api_key']
|
6440
6440
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
6441
6441
|
:header_params => header_params,
|
6442
6442
|
:query_params => query_params,
|
@@ -6500,7 +6500,7 @@ module BudgeaClient
|
|
6500
6500
|
|
6501
6501
|
# http body (model)
|
6502
6502
|
post_body = nil
|
6503
|
-
auth_names = []
|
6503
|
+
auth_names = ['api_key']
|
6504
6504
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
6505
6505
|
:header_params => header_params,
|
6506
6506
|
:query_params => query_params,
|
@@ -6570,7 +6570,7 @@ module BudgeaClient
|
|
6570
6570
|
|
6571
6571
|
# http body (model)
|
6572
6572
|
post_body = nil
|
6573
|
-
auth_names = []
|
6573
|
+
auth_names = ['api_key']
|
6574
6574
|
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
|
6575
6575
|
:header_params => header_params,
|
6576
6576
|
:query_params => query_params,
|
@@ -6640,7 +6640,7 @@ module BudgeaClient
|
|
6640
6640
|
|
6641
6641
|
# http body (model)
|
6642
6642
|
post_body = nil
|
6643
|
-
auth_names = []
|
6643
|
+
auth_names = ['api_key']
|
6644
6644
|
data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
|
6645
6645
|
:header_params => header_params,
|
6646
6646
|
:query_params => query_params,
|
@@ -6704,7 +6704,7 @@ module BudgeaClient
|
|
6704
6704
|
|
6705
6705
|
# http body (model)
|
6706
6706
|
post_body = nil
|
6707
|
-
auth_names = []
|
6707
|
+
auth_names = ['api_key']
|
6708
6708
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
6709
6709
|
:header_params => header_params,
|
6710
6710
|
:query_params => query_params,
|
@@ -6768,7 +6768,7 @@ module BudgeaClient
|
|
6768
6768
|
|
6769
6769
|
# http body (model)
|
6770
6770
|
post_body = nil
|
6771
|
-
auth_names = []
|
6771
|
+
auth_names = ['api_key']
|
6772
6772
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
6773
6773
|
:header_params => header_params,
|
6774
6774
|
:query_params => query_params,
|
@@ -6823,7 +6823,7 @@ module BudgeaClient
|
|
6823
6823
|
|
6824
6824
|
# http body (model)
|
6825
6825
|
post_body = nil
|
6826
|
-
auth_names = []
|
6826
|
+
auth_names = ['api_key']
|
6827
6827
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
6828
6828
|
:header_params => header_params,
|
6829
6829
|
:query_params => query_params,
|
@@ -6910,7 +6910,7 @@ module BudgeaClient
|
|
6910
6910
|
|
6911
6911
|
# http body (model)
|
6912
6912
|
post_body = nil
|
6913
|
-
auth_names = []
|
6913
|
+
auth_names = ['api_key']
|
6914
6914
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
6915
6915
|
:header_params => header_params,
|
6916
6916
|
:query_params => query_params,
|
@@ -6968,7 +6968,7 @@ module BudgeaClient
|
|
6968
6968
|
|
6969
6969
|
# http body (model)
|
6970
6970
|
post_body = nil
|
6971
|
-
auth_names = []
|
6971
|
+
auth_names = ['api_key']
|
6972
6972
|
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
|
6973
6973
|
:header_params => header_params,
|
6974
6974
|
:query_params => query_params,
|
@@ -7065,7 +7065,7 @@ module BudgeaClient
|
|
7065
7065
|
|
7066
7066
|
# http body (model)
|
7067
7067
|
post_body = nil
|
7068
|
-
auth_names = []
|
7068
|
+
auth_names = ['api_key']
|
7069
7069
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
7070
7070
|
:header_params => header_params,
|
7071
7071
|
:query_params => query_params,
|
@@ -7129,7 +7129,7 @@ module BudgeaClient
|
|
7129
7129
|
|
7130
7130
|
# http body (model)
|
7131
7131
|
post_body = nil
|
7132
|
-
auth_names = []
|
7132
|
+
auth_names = ['api_key']
|
7133
7133
|
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
|
7134
7134
|
:header_params => header_params,
|
7135
7135
|
:query_params => query_params,
|
@@ -7193,7 +7193,7 @@ module BudgeaClient
|
|
7193
7193
|
|
7194
7194
|
# http body (model)
|
7195
7195
|
post_body = nil
|
7196
|
-
auth_names = []
|
7196
|
+
auth_names = ['api_key']
|
7197
7197
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
7198
7198
|
:header_params => header_params,
|
7199
7199
|
:query_params => query_params,
|
@@ -7263,7 +7263,7 @@ module BudgeaClient
|
|
7263
7263
|
|
7264
7264
|
# http body (model)
|
7265
7265
|
post_body = nil
|
7266
|
-
auth_names = []
|
7266
|
+
auth_names = ['api_key']
|
7267
7267
|
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
|
7268
7268
|
:header_params => header_params,
|
7269
7269
|
:query_params => query_params,
|
@@ -7333,7 +7333,7 @@ module BudgeaClient
|
|
7333
7333
|
|
7334
7334
|
# http body (model)
|
7335
7335
|
post_body = nil
|
7336
|
-
auth_names = []
|
7336
|
+
auth_names = ['api_key']
|
7337
7337
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
7338
7338
|
:header_params => header_params,
|
7339
7339
|
:query_params => query_params,
|
@@ -7397,7 +7397,7 @@ module BudgeaClient
|
|
7397
7397
|
|
7398
7398
|
# http body (model)
|
7399
7399
|
post_body = nil
|
7400
|
-
auth_names = []
|
7400
|
+
auth_names = ['api_key']
|
7401
7401
|
data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
|
7402
7402
|
:header_params => header_params,
|
7403
7403
|
:query_params => query_params,
|
@@ -7476,7 +7476,7 @@ module BudgeaClient
|
|
7476
7476
|
|
7477
7477
|
# http body (model)
|
7478
7478
|
post_body = nil
|
7479
|
-
auth_names = []
|
7479
|
+
auth_names = ['api_key']
|
7480
7480
|
data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
|
7481
7481
|
:header_params => header_params,
|
7482
7482
|
:query_params => query_params,
|
@@ -7576,7 +7576,7 @@ module BudgeaClient
|
|
7576
7576
|
|
7577
7577
|
# http body (model)
|
7578
7578
|
post_body = nil
|
7579
|
-
auth_names = []
|
7579
|
+
auth_names = ['api_key']
|
7580
7580
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
7581
7581
|
:header_params => header_params,
|
7582
7582
|
:query_params => query_params,
|
@@ -7634,7 +7634,7 @@ module BudgeaClient
|
|
7634
7634
|
|
7635
7635
|
# http body (model)
|
7636
7636
|
post_body = nil
|
7637
|
-
auth_names = []
|
7637
|
+
auth_names = ['api_key']
|
7638
7638
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
7639
7639
|
:header_params => header_params,
|
7640
7640
|
:query_params => query_params,
|
@@ -7698,7 +7698,7 @@ module BudgeaClient
|
|
7698
7698
|
|
7699
7699
|
# http body (model)
|
7700
7700
|
post_body = nil
|
7701
|
-
auth_names = []
|
7701
|
+
auth_names = ['api_key']
|
7702
7702
|
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
|
7703
7703
|
:header_params => header_params,
|
7704
7704
|
:query_params => query_params,
|
@@ -7762,7 +7762,7 @@ module BudgeaClient
|
|
7762
7762
|
|
7763
7763
|
# http body (model)
|
7764
7764
|
post_body = nil
|
7765
|
-
auth_names = []
|
7765
|
+
auth_names = ['api_key']
|
7766
7766
|
data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
|
7767
7767
|
:header_params => header_params,
|
7768
7768
|
:query_params => query_params,
|
@@ -7820,7 +7820,7 @@ module BudgeaClient
|
|
7820
7820
|
|
7821
7821
|
# http body (model)
|
7822
7822
|
post_body = nil
|
7823
|
-
auth_names = []
|
7823
|
+
auth_names = ['api_key']
|
7824
7824
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
7825
7825
|
:header_params => header_params,
|
7826
7826
|
:query_params => query_params,
|