budgea_client 3.0.0 → 3.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/README.md +11 -1
- data/budgea_openapi.json +913 -105
- data/docs/AdministrationApi.md +12 -12
- data/docs/BanksApi.md +40 -38
- data/docs/Client.md +1 -6
- data/docs/Connection.md +1 -0
- data/docs/ConnectionLog.md +1 -0
- data/docs/ConnectionsApi.md +2 -0
- data/docs/Document.md +2 -3
- data/docs/DocumentsApi.md +24 -24
- data/docs/InlineResponse200.md +1 -0
- data/docs/InlineResponse20010.md +1 -0
- data/docs/InlineResponse20011.md +1 -0
- data/docs/InlineResponse20012.md +1 -0
- data/docs/InlineResponse20013.md +1 -0
- data/docs/InlineResponse20014.md +1 -0
- data/docs/InlineResponse20015.md +1 -0
- data/docs/InlineResponse20016.md +1 -0
- data/docs/InlineResponse20017.md +1 -0
- data/docs/InlineResponse20018.md +1 -0
- data/docs/InlineResponse20019.md +1 -1
- data/docs/InlineResponse20020.md +2 -1
- data/docs/InlineResponse20021.md +2 -1
- data/docs/InlineResponse20022.md +2 -1
- data/docs/InlineResponse20023.md +2 -1
- data/docs/InlineResponse20024.md +2 -1
- data/docs/InlineResponse20025.md +2 -1
- data/docs/InlineResponse20026.md +2 -1
- data/docs/InlineResponse20027.md +2 -1
- data/docs/InlineResponse20028.md +2 -1
- data/docs/InlineResponse20029.md +2 -1
- data/docs/InlineResponse20030.md +2 -1
- data/docs/InlineResponse20031.md +2 -1
- data/docs/InlineResponse20032.md +2 -1
- data/docs/InlineResponse20033.md +2 -1
- data/docs/InlineResponse20034.md +2 -1
- data/docs/InlineResponse20035.md +2 -1
- data/docs/InlineResponse20036.md +2 -1
- data/docs/InlineResponse20037.md +2 -1
- data/docs/InlineResponse20038.md +2 -1
- data/docs/InlineResponse20039.md +9 -0
- data/docs/InlineResponse20040.md +9 -0
- data/docs/InlineResponse2008.md +1 -0
- data/docs/InlineResponse2009.md +1 -0
- data/docs/PFMApi.md +15 -15
- data/docs/ProvidersApi.md +30 -28
- data/docs/RecipientLog.md +1 -0
- data/docs/TermsApi.md +4 -4
- data/docs/Transfer.md +2 -2
- data/docs/TransferLog.md +1 -0
- data/docs/TransfersApi.md +24 -24
- data/docs/UsersManagementApi.md +4 -4
- data/docs/WealthApi.md +524 -16
- data/lib/budgea_client.rb +2 -0
- data/lib/budgea_client/api/administration_api.rb +18 -18
- data/lib/budgea_client/api/banks_api.rb +60 -57
- data/lib/budgea_client/api/connections_api.rb +3 -0
- data/lib/budgea_client/api/documents_api.rb +36 -36
- data/lib/budgea_client/api/pfm_api.rb +19 -19
- data/lib/budgea_client/api/providers_api.rb +46 -43
- data/lib/budgea_client/api/terms_api.rb +6 -6
- data/lib/budgea_client/api/transfers_api.rb +36 -36
- data/lib/budgea_client/api/users_management_api.rb +6 -6
- data/lib/budgea_client/api/wealth_api.rb +552 -24
- data/lib/budgea_client/models/client.rb +8 -58
- data/lib/budgea_client/models/connection.rb +11 -1
- data/lib/budgea_client/models/connection_log.rb +14 -4
- data/lib/budgea_client/models/document.rb +18 -24
- data/lib/budgea_client/models/inline_response_200.rb +14 -4
- data/lib/budgea_client/models/inline_response_200_10.rb +14 -4
- data/lib/budgea_client/models/inline_response_200_11.rb +11 -1
- data/lib/budgea_client/models/inline_response_200_12.rb +11 -1
- data/lib/budgea_client/models/inline_response_200_13.rb +11 -1
- data/lib/budgea_client/models/inline_response_200_14.rb +14 -4
- data/lib/budgea_client/models/inline_response_200_15.rb +11 -1
- data/lib/budgea_client/models/inline_response_200_16.rb +14 -4
- data/lib/budgea_client/models/inline_response_200_17.rb +11 -1
- data/lib/budgea_client/models/inline_response_200_18.rb +11 -1
- data/lib/budgea_client/models/inline_response_200_19.rb +11 -11
- data/lib/budgea_client/models/inline_response_200_20.rb +21 -11
- data/lib/budgea_client/models/inline_response_200_21.rb +21 -11
- data/lib/budgea_client/models/inline_response_200_22.rb +21 -11
- data/lib/budgea_client/models/inline_response_200_23.rb +21 -11
- data/lib/budgea_client/models/inline_response_200_24.rb +21 -11
- data/lib/budgea_client/models/inline_response_200_25.rb +21 -11
- data/lib/budgea_client/models/inline_response_200_26.rb +21 -11
- data/lib/budgea_client/models/inline_response_200_27.rb +21 -11
- data/lib/budgea_client/models/inline_response_200_28.rb +21 -11
- data/lib/budgea_client/models/inline_response_200_29.rb +21 -11
- data/lib/budgea_client/models/inline_response_200_30.rb +21 -11
- data/lib/budgea_client/models/inline_response_200_31.rb +21 -11
- data/lib/budgea_client/models/inline_response_200_32.rb +21 -11
- data/lib/budgea_client/models/inline_response_200_33.rb +21 -11
- data/lib/budgea_client/models/inline_response_200_34.rb +21 -11
- data/lib/budgea_client/models/inline_response_200_35.rb +21 -11
- data/lib/budgea_client/models/inline_response_200_36.rb +21 -11
- data/lib/budgea_client/models/inline_response_200_37.rb +21 -11
- data/lib/budgea_client/models/inline_response_200_38.rb +21 -11
- data/lib/budgea_client/models/inline_response_200_39.rb +200 -0
- data/lib/budgea_client/models/inline_response_200_40.rb +200 -0
- data/lib/budgea_client/models/inline_response_200_8.rb +14 -4
- data/lib/budgea_client/models/inline_response_200_9.rb +14 -4
- data/lib/budgea_client/models/recipient_log.rb +14 -4
- data/lib/budgea_client/models/transfer.rb +2 -2
- data/lib/budgea_client/models/transfer_log.rb +14 -4
- data/lib/budgea_client/version.rb +1 -1
- data/original_budgea_openapi.json +911 -103
- data/pkg/budgea_client-2.0.0.gem +0 -0
- data/spec/models/inline_response_200_39_spec.rb +47 -0
- data/spec/models/inline_response_200_40_spec.rb +47 -0
- metadata +12 -5
- data/pkg/budgea_client-2.0.1.gem +0 -0
- data/pkg/budgea_client-2.0.2.gem +0 -0
data/docs/RecipientLog.md
CHANGED
@@ -10,5 +10,6 @@ Name | Type | Description | Notes
|
|
10
10
|
**step** | **String** | Step of recipient addition, (add_recipient, asking_field, recipient addition validated, creation, storing_files) | [optional]
|
11
11
|
**error** | **String** | Error message during recipient addition, if any | [optional]
|
12
12
|
**timestamp** | **DateTime** | Timestamp of the log |
|
13
|
+
**fields** | **String** | Fields for recipient in additionalInformationNeeded state with background option | [optional]
|
13
14
|
|
14
15
|
|
data/docs/TermsApi.md
CHANGED
@@ -11,7 +11,7 @@ Method | HTTP request | Description
|
|
11
11
|
|
12
12
|
|
13
13
|
# **terms_get**
|
14
|
-
>
|
14
|
+
> InlineResponse20020 terms_get(opts)
|
15
15
|
|
16
16
|
Return the current terms and the content of the associated file
|
17
17
|
|
@@ -52,7 +52,7 @@ Name | Type | Description | Notes
|
|
52
52
|
|
53
53
|
### Return type
|
54
54
|
|
55
|
-
[**
|
55
|
+
[**InlineResponse20020**](InlineResponse20020.md)
|
56
56
|
|
57
57
|
### Authorization
|
58
58
|
|
@@ -125,7 +125,7 @@ Name | Type | Description | Notes
|
|
125
125
|
|
126
126
|
|
127
127
|
# **users_id_user_terms_get**
|
128
|
-
>
|
128
|
+
> InlineResponse20020 users_id_user_terms_get(id_user, opts)
|
129
129
|
|
130
130
|
Get active terms object for a specific user, only one terms can be active
|
131
131
|
|
@@ -169,7 +169,7 @@ Name | Type | Description | Notes
|
|
169
169
|
|
170
170
|
### Return type
|
171
171
|
|
172
|
-
[**
|
172
|
+
[**InlineResponse20020**](InlineResponse20020.md)
|
173
173
|
|
174
174
|
### Authorization
|
175
175
|
|
data/docs/Transfer.md
CHANGED
@@ -8,13 +8,13 @@ Name | Type | Description | Notes
|
|
8
8
|
**id_user** | **Integer** | ID of the related user | [optional]
|
9
9
|
**id_recipient** | **Integer** | ID of the recipient | [optional]
|
10
10
|
**account_iban** | **String** | IBAN of the debited account | [optional]
|
11
|
-
**recipient_iban** | **String** | IBAN of the recipient | [optional]
|
11
|
+
**recipient_iban** | **String** | IBAN of the recipient in bank recipient list | [optional]
|
12
12
|
**exec_date** | **Date** | Date when the transfer will be operated by the bank |
|
13
13
|
**register_date** | **DateTime** | Date when the transfer has been registered |
|
14
14
|
**amount** | **Float** | Amount of the transfer |
|
15
15
|
**fees** | **Float** | Fees taken by the bank | [optional]
|
16
16
|
**webid** | **String** | WebID of the transfer | [optional]
|
17
|
-
**state** | **String** | State of the transfer (created, scheduled, validating, pending, done, canceled, error, bug) |
|
17
|
+
**state** | **String** | State of the transfer (created, scheduled, validating, pending, coming, done, canceled, transaction_not_found, deleted, error, bug) |
|
18
18
|
**error** | **String** | Error message during transfer, if any | [optional]
|
19
19
|
**label** | **String** | Label of the transfer | [optional]
|
20
20
|
**account_balance** | **Float** | Balance of the account just before the transfer | [optional]
|
data/docs/TransferLog.md
CHANGED
@@ -10,5 +10,6 @@ Name | Type | Description | Notes
|
|
10
10
|
**state** | **String** | State of the transfer (created, scheduled, validating, pending, done, canceled, error, bug) | [optional]
|
11
11
|
**error** | **String** | Error message during transfer, if any | [optional]
|
12
12
|
**timestamp** | **DateTime** | Timestamp of the log |
|
13
|
+
**fields** | **String** | Fields for transfer in additionalInformationNeeded state with background option | [optional]
|
13
14
|
|
14
15
|
|
data/docs/TransfersApi.md
CHANGED
@@ -47,7 +47,7 @@ Method | HTTP request | Description
|
|
47
47
|
|
48
48
|
|
49
49
|
# **users_id_user_accounts_id_account_recipients_get**
|
50
|
-
>
|
50
|
+
> InlineResponse20028 users_id_user_accounts_id_account_recipients_get(id_user, id_account, opts)
|
51
51
|
|
52
52
|
Returns the list of recipients.
|
53
53
|
|
@@ -112,7 +112,7 @@ Name | Type | Description | Notes
|
|
112
112
|
|
113
113
|
### Return type
|
114
114
|
|
115
|
-
[**
|
115
|
+
[**InlineResponse20028**](InlineResponse20028.md)
|
116
116
|
|
117
117
|
### Authorization
|
118
118
|
|
@@ -192,7 +192,7 @@ Name | Type | Description | Notes
|
|
192
192
|
|
193
193
|
|
194
194
|
# **users_id_user_accounts_id_account_recipients_id_recipient_transfers_get**
|
195
|
-
>
|
195
|
+
> InlineResponse20029 users_id_user_accounts_id_account_recipients_id_recipient_transfers_get(id_user, id_account, id_recipient, opts)
|
196
196
|
|
197
197
|
Get transfers
|
198
198
|
|
@@ -244,7 +244,7 @@ Name | Type | Description | Notes
|
|
244
244
|
|
245
245
|
### Return type
|
246
246
|
|
247
|
-
[**
|
247
|
+
[**InlineResponse20029**](InlineResponse20029.md)
|
248
248
|
|
249
249
|
### Authorization
|
250
250
|
|
@@ -467,7 +467,7 @@ Name | Type | Description | Notes
|
|
467
467
|
|
468
468
|
|
469
469
|
# **users_id_user_accounts_id_account_transfers_get**
|
470
|
-
>
|
470
|
+
> InlineResponse20029 users_id_user_accounts_id_account_transfers_get(id_user, id_account, opts)
|
471
471
|
|
472
472
|
Get transfers
|
473
473
|
|
@@ -516,7 +516,7 @@ Name | Type | Description | Notes
|
|
516
516
|
|
517
517
|
### Return type
|
518
518
|
|
519
|
-
[**
|
519
|
+
[**InlineResponse20029**](InlineResponse20029.md)
|
520
520
|
|
521
521
|
### Authorization
|
522
522
|
|
@@ -730,7 +730,7 @@ Name | Type | Description | Notes
|
|
730
730
|
|
731
731
|
|
732
732
|
# **users_id_user_connections_id_connection_accounts_id_account_recipients_get**
|
733
|
-
>
|
733
|
+
> InlineResponse20028 users_id_user_connections_id_connection_accounts_id_account_recipients_get(id_user, id_connection, id_account, opts)
|
734
734
|
|
735
735
|
Returns the list of recipients.
|
736
736
|
|
@@ -780,7 +780,7 @@ Name | Type | Description | Notes
|
|
780
780
|
|
781
781
|
### Return type
|
782
782
|
|
783
|
-
[**
|
783
|
+
[**InlineResponse20028**](InlineResponse20028.md)
|
784
784
|
|
785
785
|
### Authorization
|
786
786
|
|
@@ -863,7 +863,7 @@ Name | Type | Description | Notes
|
|
863
863
|
|
864
864
|
|
865
865
|
# **users_id_user_connections_id_connection_accounts_id_account_recipients_id_recipient_transfers_get**
|
866
|
-
>
|
866
|
+
> InlineResponse20029 users_id_user_connections_id_connection_accounts_id_account_recipients_id_recipient_transfers_get(id_user, id_connection, id_account, id_recipient, opts)
|
867
867
|
|
868
868
|
Get transfers
|
869
869
|
|
@@ -918,7 +918,7 @@ Name | Type | Description | Notes
|
|
918
918
|
|
919
919
|
### Return type
|
920
920
|
|
921
|
-
[**
|
921
|
+
[**InlineResponse20029**](InlineResponse20029.md)
|
922
922
|
|
923
923
|
### Authorization
|
924
924
|
|
@@ -1150,7 +1150,7 @@ Name | Type | Description | Notes
|
|
1150
1150
|
|
1151
1151
|
|
1152
1152
|
# **users_id_user_connections_id_connection_accounts_id_account_transfers_get**
|
1153
|
-
>
|
1153
|
+
> InlineResponse20029 users_id_user_connections_id_connection_accounts_id_account_transfers_get(id_user, id_connection, id_account, opts)
|
1154
1154
|
|
1155
1155
|
Get transfers
|
1156
1156
|
|
@@ -1202,7 +1202,7 @@ Name | Type | Description | Notes
|
|
1202
1202
|
|
1203
1203
|
### Return type
|
1204
1204
|
|
1205
|
-
[**
|
1205
|
+
[**InlineResponse20029**](InlineResponse20029.md)
|
1206
1206
|
|
1207
1207
|
### Authorization
|
1208
1208
|
|
@@ -1425,7 +1425,7 @@ Name | Type | Description | Notes
|
|
1425
1425
|
|
1426
1426
|
|
1427
1427
|
# **users_id_user_connections_id_connection_recipients_get**
|
1428
|
-
>
|
1428
|
+
> InlineResponse20028 users_id_user_connections_id_connection_recipients_get(id_user, id_connection, opts)
|
1429
1429
|
|
1430
1430
|
Returns the list of recipients.
|
1431
1431
|
|
@@ -1472,7 +1472,7 @@ Name | Type | Description | Notes
|
|
1472
1472
|
|
1473
1473
|
### Return type
|
1474
1474
|
|
1475
|
-
[**
|
1475
|
+
[**InlineResponse20028**](InlineResponse20028.md)
|
1476
1476
|
|
1477
1477
|
### Authorization
|
1478
1478
|
|
@@ -1552,7 +1552,7 @@ Name | Type | Description | Notes
|
|
1552
1552
|
|
1553
1553
|
|
1554
1554
|
# **users_id_user_connections_id_connection_recipients_id_recipient_transfers_get**
|
1555
|
-
>
|
1555
|
+
> InlineResponse20029 users_id_user_connections_id_connection_recipients_id_recipient_transfers_get(id_user, id_connection, id_recipient, opts)
|
1556
1556
|
|
1557
1557
|
Get transfers
|
1558
1558
|
|
@@ -1604,7 +1604,7 @@ Name | Type | Description | Notes
|
|
1604
1604
|
|
1605
1605
|
### Return type
|
1606
1606
|
|
1607
|
-
[**
|
1607
|
+
[**InlineResponse20029**](InlineResponse20029.md)
|
1608
1608
|
|
1609
1609
|
### Authorization
|
1610
1610
|
|
@@ -1827,7 +1827,7 @@ Name | Type | Description | Notes
|
|
1827
1827
|
|
1828
1828
|
|
1829
1829
|
# **users_id_user_connections_id_connection_transfers_get**
|
1830
|
-
>
|
1830
|
+
> InlineResponse20029 users_id_user_connections_id_connection_transfers_get(id_user, id_connection, opts)
|
1831
1831
|
|
1832
1832
|
Get transfers
|
1833
1833
|
|
@@ -1876,7 +1876,7 @@ Name | Type | Description | Notes
|
|
1876
1876
|
|
1877
1877
|
### Return type
|
1878
1878
|
|
1879
|
-
[**
|
1879
|
+
[**InlineResponse20029**](InlineResponse20029.md)
|
1880
1880
|
|
1881
1881
|
### Authorization
|
1882
1882
|
|
@@ -2090,7 +2090,7 @@ Name | Type | Description | Notes
|
|
2090
2090
|
|
2091
2091
|
|
2092
2092
|
# **users_id_user_recipients_get**
|
2093
|
-
>
|
2093
|
+
> InlineResponse20028 users_id_user_recipients_get(id_user, opts)
|
2094
2094
|
|
2095
2095
|
Returns the list of recipients.
|
2096
2096
|
|
@@ -2134,7 +2134,7 @@ Name | Type | Description | Notes
|
|
2134
2134
|
|
2135
2135
|
### Return type
|
2136
2136
|
|
2137
|
-
[**
|
2137
|
+
[**InlineResponse20028**](InlineResponse20028.md)
|
2138
2138
|
|
2139
2139
|
### Authorization
|
2140
2140
|
|
@@ -2211,7 +2211,7 @@ Name | Type | Description | Notes
|
|
2211
2211
|
|
2212
2212
|
|
2213
2213
|
# **users_id_user_recipients_id_recipient_transfers_get**
|
2214
|
-
>
|
2214
|
+
> InlineResponse20029 users_id_user_recipients_id_recipient_transfers_get(id_user, id_recipient, opts)
|
2215
2215
|
|
2216
2216
|
Get transfers
|
2217
2217
|
|
@@ -2260,7 +2260,7 @@ Name | Type | Description | Notes
|
|
2260
2260
|
|
2261
2261
|
### Return type
|
2262
2262
|
|
2263
|
-
[**
|
2263
|
+
[**InlineResponse20029**](InlineResponse20029.md)
|
2264
2264
|
|
2265
2265
|
### Authorization
|
2266
2266
|
|
@@ -2474,7 +2474,7 @@ Name | Type | Description | Notes
|
|
2474
2474
|
|
2475
2475
|
|
2476
2476
|
# **users_id_user_transfers_get**
|
2477
|
-
>
|
2477
|
+
> InlineResponse20029 users_id_user_transfers_get(id_user, opts)
|
2478
2478
|
|
2479
2479
|
Get transfers
|
2480
2480
|
|
@@ -2520,7 +2520,7 @@ Name | Type | Description | Notes
|
|
2520
2520
|
|
2521
2521
|
### Return type
|
2522
2522
|
|
2523
|
-
[**
|
2523
|
+
[**InlineResponse20029**](InlineResponse20029.md)
|
2524
2524
|
|
2525
2525
|
### Authorization
|
2526
2526
|
|
data/docs/UsersManagementApi.md
CHANGED
@@ -66,7 +66,7 @@ nil (empty response body)
|
|
66
66
|
|
67
67
|
|
68
68
|
# **users_get**
|
69
|
-
>
|
69
|
+
> InlineResponse20021 users_get(opts)
|
70
70
|
|
71
71
|
Get users
|
72
72
|
|
@@ -109,7 +109,7 @@ Name | Type | Description | Notes
|
|
109
109
|
|
110
110
|
### Return type
|
111
111
|
|
112
|
-
[**
|
112
|
+
[**InlineResponse20021**](InlineResponse20021.md)
|
113
113
|
|
114
114
|
### Authorization
|
115
115
|
|
@@ -399,7 +399,7 @@ Name | Type | Description | Notes
|
|
399
399
|
|
400
400
|
|
401
401
|
# **users_id_user_profiles_get**
|
402
|
-
>
|
402
|
+
> InlineResponse20037 users_id_user_profiles_get(id_user, opts)
|
403
403
|
|
404
404
|
Get profiles
|
405
405
|
|
@@ -443,7 +443,7 @@ Name | Type | Description | Notes
|
|
443
443
|
|
444
444
|
### Return type
|
445
445
|
|
446
|
-
[**
|
446
|
+
[**InlineResponse20037**](InlineResponse20037.md)
|
447
447
|
|
448
448
|
### Authorization
|
449
449
|
|
data/docs/WealthApi.md
CHANGED
@@ -8,16 +8,24 @@ Method | HTTP request | Description
|
|
8
8
|
[**finance_securities_id_security_history_get**](WealthApi.md#finance_securities_id_security_history_get) | **GET** /finance/securities/{id_security}/history | Get connection logs
|
9
9
|
[**users_id_user_accounts_id_account_investments_get**](WealthApi.md#users_id_user_accounts_id_account_investments_get) | **GET** /users/{id_user}/accounts/{id_account}/investments | Get investments
|
10
10
|
[**users_id_user_accounts_id_account_investments_id_investment_history_get**](WealthApi.md#users_id_user_accounts_id_account_investments_id_investment_history_get) | **GET** /users/{id_user}/accounts/{id_account}/investments/{id_investment}/history | Get investment values
|
11
|
+
[**users_id_user_accounts_id_account_investments_id_investment_pockets_get**](WealthApi.md#users_id_user_accounts_id_account_investments_id_investment_pockets_get) | **GET** /users/{id_user}/accounts/{id_account}/investments/{id_investment}/pockets | Get pockets
|
11
12
|
[**users_id_user_accounts_id_account_investments_id_investment_security_history_get**](WealthApi.md#users_id_user_accounts_id_account_investments_id_investment_security_history_get) | **GET** /users/{id_user}/accounts/{id_account}/investments/{id_investment}/security/history | Get connection logs
|
13
|
+
[**users_id_user_accounts_id_account_pockets_get**](WealthApi.md#users_id_user_accounts_id_account_pockets_get) | **GET** /users/{id_user}/accounts/{id_account}/pockets | Get pockets
|
12
14
|
[**users_id_user_connections_id_connection_accounts_id_account_investments_get**](WealthApi.md#users_id_user_connections_id_connection_accounts_id_account_investments_get) | **GET** /users/{id_user}/connections/{id_connection}/accounts/{id_account}/investments | Get investments
|
13
15
|
[**users_id_user_connections_id_connection_accounts_id_account_investments_id_investment_history_get**](WealthApi.md#users_id_user_connections_id_connection_accounts_id_account_investments_id_investment_history_get) | **GET** /users/{id_user}/connections/{id_connection}/accounts/{id_account}/investments/{id_investment}/history | Get investment values
|
16
|
+
[**users_id_user_connections_id_connection_accounts_id_account_investments_id_investment_pockets_get**](WealthApi.md#users_id_user_connections_id_connection_accounts_id_account_investments_id_investment_pockets_get) | **GET** /users/{id_user}/connections/{id_connection}/accounts/{id_account}/investments/{id_investment}/pockets | Get pockets
|
14
17
|
[**users_id_user_connections_id_connection_accounts_id_account_investments_id_investment_security_history_get**](WealthApi.md#users_id_user_connections_id_connection_accounts_id_account_investments_id_investment_security_history_get) | **GET** /users/{id_user}/connections/{id_connection}/accounts/{id_account}/investments/{id_investment}/security/history | Get connection logs
|
18
|
+
[**users_id_user_connections_id_connection_accounts_id_account_pockets_get**](WealthApi.md#users_id_user_connections_id_connection_accounts_id_account_pockets_get) | **GET** /users/{id_user}/connections/{id_connection}/accounts/{id_account}/pockets | Get pockets
|
15
19
|
[**users_id_user_connections_id_connection_investments_get**](WealthApi.md#users_id_user_connections_id_connection_investments_get) | **GET** /users/{id_user}/connections/{id_connection}/investments | Get investments
|
16
20
|
[**users_id_user_connections_id_connection_investments_id_investment_history_get**](WealthApi.md#users_id_user_connections_id_connection_investments_id_investment_history_get) | **GET** /users/{id_user}/connections/{id_connection}/investments/{id_investment}/history | Get investment values
|
21
|
+
[**users_id_user_connections_id_connection_investments_id_investment_pockets_get**](WealthApi.md#users_id_user_connections_id_connection_investments_id_investment_pockets_get) | **GET** /users/{id_user}/connections/{id_connection}/investments/{id_investment}/pockets | Get pockets
|
17
22
|
[**users_id_user_connections_id_connection_investments_id_investment_security_history_get**](WealthApi.md#users_id_user_connections_id_connection_investments_id_investment_security_history_get) | **GET** /users/{id_user}/connections/{id_connection}/investments/{id_investment}/security/history | Get connection logs
|
23
|
+
[**users_id_user_connections_id_connection_pockets_get**](WealthApi.md#users_id_user_connections_id_connection_pockets_get) | **GET** /users/{id_user}/connections/{id_connection}/pockets | Get pockets
|
18
24
|
[**users_id_user_investments_get**](WealthApi.md#users_id_user_investments_get) | **GET** /users/{id_user}/investments | Get investments
|
19
25
|
[**users_id_user_investments_id_investment_history_get**](WealthApi.md#users_id_user_investments_id_investment_history_get) | **GET** /users/{id_user}/investments/{id_investment}/history | Get investment values
|
26
|
+
[**users_id_user_investments_id_investment_pockets_get**](WealthApi.md#users_id_user_investments_id_investment_pockets_get) | **GET** /users/{id_user}/investments/{id_investment}/pockets | Get pockets
|
20
27
|
[**users_id_user_investments_id_investment_security_history_get**](WealthApi.md#users_id_user_investments_id_investment_security_history_get) | **GET** /users/{id_user}/investments/{id_investment}/security/history | Get connection logs
|
28
|
+
[**users_id_user_pockets_get**](WealthApi.md#users_id_user_pockets_get) | **GET** /users/{id_user}/pockets | Get pockets
|
21
29
|
|
22
30
|
|
23
31
|
# **finance_securities_get**
|
@@ -141,7 +149,7 @@ nil (empty response body)
|
|
141
149
|
|
142
150
|
|
143
151
|
# **users_id_user_accounts_id_account_investments_get**
|
144
|
-
>
|
152
|
+
> InlineResponse20023 users_id_user_accounts_id_account_investments_get(id_user, id_account, opts)
|
145
153
|
|
146
154
|
Get investments
|
147
155
|
|
@@ -188,7 +196,7 @@ Name | Type | Description | Notes
|
|
188
196
|
|
189
197
|
### Return type
|
190
198
|
|
191
|
-
[**
|
199
|
+
[**InlineResponse20023**](InlineResponse20023.md)
|
192
200
|
|
193
201
|
### Authorization
|
194
202
|
|
@@ -202,7 +210,7 @@ Name | Type | Description | Notes
|
|
202
210
|
|
203
211
|
|
204
212
|
# **users_id_user_accounts_id_account_investments_id_investment_history_get**
|
205
|
-
>
|
213
|
+
> InlineResponse20024 users_id_user_accounts_id_account_investments_id_investment_history_get(id_user, id_account, id_investment, opts)
|
206
214
|
|
207
215
|
Get investment values
|
208
216
|
|
@@ -252,7 +260,71 @@ Name | Type | Description | Notes
|
|
252
260
|
|
253
261
|
### Return type
|
254
262
|
|
255
|
-
[**
|
263
|
+
[**InlineResponse20024**](InlineResponse20024.md)
|
264
|
+
|
265
|
+
### Authorization
|
266
|
+
|
267
|
+
[api_key](../README.md#api_key)
|
268
|
+
|
269
|
+
### HTTP request headers
|
270
|
+
|
271
|
+
- **Content-Type**: application/x-www-form-urlencoded
|
272
|
+
- **Accept**: application/json
|
273
|
+
|
274
|
+
|
275
|
+
|
276
|
+
# **users_id_user_accounts_id_account_investments_id_investment_pockets_get**
|
277
|
+
> InlineResponse20025 users_id_user_accounts_id_account_investments_id_investment_pockets_get(id_user, id_account, id_investment, opts)
|
278
|
+
|
279
|
+
Get pockets
|
280
|
+
|
281
|
+
|
282
|
+
|
283
|
+
### Example
|
284
|
+
```ruby
|
285
|
+
# load the gem
|
286
|
+
require 'budgea_client'
|
287
|
+
# setup authorization
|
288
|
+
BudgeaClient.configure do |config|
|
289
|
+
# Configure API key authorization: api_key
|
290
|
+
config.api_key['Authorization'] = 'YOUR API KEY'
|
291
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
292
|
+
#config.api_key_prefix['Authorization'] = 'Bearer'
|
293
|
+
end
|
294
|
+
|
295
|
+
api_instance = BudgeaClient::WealthApi.new
|
296
|
+
|
297
|
+
id_user = 'id_user_example' # String | Hint: you can use 'me' or 'all'
|
298
|
+
|
299
|
+
id_account = 56 # Integer |
|
300
|
+
|
301
|
+
id_investment = 56 # Integer |
|
302
|
+
|
303
|
+
opts = {
|
304
|
+
expand: 'expand_example' # String |
|
305
|
+
}
|
306
|
+
|
307
|
+
begin
|
308
|
+
#Get pockets
|
309
|
+
result = api_instance.users_id_user_accounts_id_account_investments_id_investment_pockets_get(id_user, id_account, id_investment, opts)
|
310
|
+
p result
|
311
|
+
rescue BudgeaClient::ApiError => e
|
312
|
+
puts "Exception when calling WealthApi->users_id_user_accounts_id_account_investments_id_investment_pockets_get: #{e}"
|
313
|
+
end
|
314
|
+
```
|
315
|
+
|
316
|
+
### Parameters
|
317
|
+
|
318
|
+
Name | Type | Description | Notes
|
319
|
+
------------- | ------------- | ------------- | -------------
|
320
|
+
**id_user** | **String**| Hint: you can use 'me' or 'all' |
|
321
|
+
**id_account** | **Integer**| |
|
322
|
+
**id_investment** | **Integer**| |
|
323
|
+
**expand** | **String**| | [optional]
|
324
|
+
|
325
|
+
### Return type
|
326
|
+
|
327
|
+
[**InlineResponse20025**](InlineResponse20025.md)
|
256
328
|
|
257
329
|
### Authorization
|
258
330
|
|
@@ -336,8 +408,69 @@ nil (empty response body)
|
|
336
408
|
|
337
409
|
|
338
410
|
|
411
|
+
# **users_id_user_accounts_id_account_pockets_get**
|
412
|
+
> InlineResponse20025 users_id_user_accounts_id_account_pockets_get(id_user, id_account, opts)
|
413
|
+
|
414
|
+
Get pockets
|
415
|
+
|
416
|
+
|
417
|
+
|
418
|
+
### Example
|
419
|
+
```ruby
|
420
|
+
# load the gem
|
421
|
+
require 'budgea_client'
|
422
|
+
# setup authorization
|
423
|
+
BudgeaClient.configure do |config|
|
424
|
+
# Configure API key authorization: api_key
|
425
|
+
config.api_key['Authorization'] = 'YOUR API KEY'
|
426
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
427
|
+
#config.api_key_prefix['Authorization'] = 'Bearer'
|
428
|
+
end
|
429
|
+
|
430
|
+
api_instance = BudgeaClient::WealthApi.new
|
431
|
+
|
432
|
+
id_user = 'id_user_example' # String | Hint: you can use 'me' or 'all'
|
433
|
+
|
434
|
+
id_account = 56 # Integer |
|
435
|
+
|
436
|
+
opts = {
|
437
|
+
expand: 'expand_example' # String |
|
438
|
+
}
|
439
|
+
|
440
|
+
begin
|
441
|
+
#Get pockets
|
442
|
+
result = api_instance.users_id_user_accounts_id_account_pockets_get(id_user, id_account, opts)
|
443
|
+
p result
|
444
|
+
rescue BudgeaClient::ApiError => e
|
445
|
+
puts "Exception when calling WealthApi->users_id_user_accounts_id_account_pockets_get: #{e}"
|
446
|
+
end
|
447
|
+
```
|
448
|
+
|
449
|
+
### Parameters
|
450
|
+
|
451
|
+
Name | Type | Description | Notes
|
452
|
+
------------- | ------------- | ------------- | -------------
|
453
|
+
**id_user** | **String**| Hint: you can use 'me' or 'all' |
|
454
|
+
**id_account** | **Integer**| |
|
455
|
+
**expand** | **String**| | [optional]
|
456
|
+
|
457
|
+
### Return type
|
458
|
+
|
459
|
+
[**InlineResponse20025**](InlineResponse20025.md)
|
460
|
+
|
461
|
+
### Authorization
|
462
|
+
|
463
|
+
[api_key](../README.md#api_key)
|
464
|
+
|
465
|
+
### HTTP request headers
|
466
|
+
|
467
|
+
- **Content-Type**: application/x-www-form-urlencoded
|
468
|
+
- **Accept**: application/json
|
469
|
+
|
470
|
+
|
471
|
+
|
339
472
|
# **users_id_user_connections_id_connection_accounts_id_account_investments_get**
|
340
|
-
>
|
473
|
+
> InlineResponse20023 users_id_user_connections_id_connection_accounts_id_account_investments_get(id_user, id_connection, id_account, opts)
|
341
474
|
|
342
475
|
Get investments
|
343
476
|
|
@@ -387,7 +520,7 @@ Name | Type | Description | Notes
|
|
387
520
|
|
388
521
|
### Return type
|
389
522
|
|
390
|
-
[**
|
523
|
+
[**InlineResponse20023**](InlineResponse20023.md)
|
391
524
|
|
392
525
|
### Authorization
|
393
526
|
|
@@ -401,7 +534,7 @@ Name | Type | Description | Notes
|
|
401
534
|
|
402
535
|
|
403
536
|
# **users_id_user_connections_id_connection_accounts_id_account_investments_id_investment_history_get**
|
404
|
-
>
|
537
|
+
> InlineResponse20024 users_id_user_connections_id_connection_accounts_id_account_investments_id_investment_history_get(id_user, id_connection, id_account, id_investment, opts)
|
405
538
|
|
406
539
|
Get investment values
|
407
540
|
|
@@ -454,7 +587,74 @@ Name | Type | Description | Notes
|
|
454
587
|
|
455
588
|
### Return type
|
456
589
|
|
457
|
-
[**
|
590
|
+
[**InlineResponse20024**](InlineResponse20024.md)
|
591
|
+
|
592
|
+
### Authorization
|
593
|
+
|
594
|
+
[api_key](../README.md#api_key)
|
595
|
+
|
596
|
+
### HTTP request headers
|
597
|
+
|
598
|
+
- **Content-Type**: application/x-www-form-urlencoded
|
599
|
+
- **Accept**: application/json
|
600
|
+
|
601
|
+
|
602
|
+
|
603
|
+
# **users_id_user_connections_id_connection_accounts_id_account_investments_id_investment_pockets_get**
|
604
|
+
> InlineResponse20025 users_id_user_connections_id_connection_accounts_id_account_investments_id_investment_pockets_get(id_user, id_connection, id_account, id_investment, opts)
|
605
|
+
|
606
|
+
Get pockets
|
607
|
+
|
608
|
+
|
609
|
+
|
610
|
+
### Example
|
611
|
+
```ruby
|
612
|
+
# load the gem
|
613
|
+
require 'budgea_client'
|
614
|
+
# setup authorization
|
615
|
+
BudgeaClient.configure do |config|
|
616
|
+
# Configure API key authorization: api_key
|
617
|
+
config.api_key['Authorization'] = 'YOUR API KEY'
|
618
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
619
|
+
#config.api_key_prefix['Authorization'] = 'Bearer'
|
620
|
+
end
|
621
|
+
|
622
|
+
api_instance = BudgeaClient::WealthApi.new
|
623
|
+
|
624
|
+
id_user = 'id_user_example' # String | Hint: you can use 'me' or 'all'
|
625
|
+
|
626
|
+
id_connection = 56 # Integer |
|
627
|
+
|
628
|
+
id_account = 56 # Integer |
|
629
|
+
|
630
|
+
id_investment = 56 # Integer |
|
631
|
+
|
632
|
+
opts = {
|
633
|
+
expand: 'expand_example' # String |
|
634
|
+
}
|
635
|
+
|
636
|
+
begin
|
637
|
+
#Get pockets
|
638
|
+
result = api_instance.users_id_user_connections_id_connection_accounts_id_account_investments_id_investment_pockets_get(id_user, id_connection, id_account, id_investment, opts)
|
639
|
+
p result
|
640
|
+
rescue BudgeaClient::ApiError => e
|
641
|
+
puts "Exception when calling WealthApi->users_id_user_connections_id_connection_accounts_id_account_investments_id_investment_pockets_get: #{e}"
|
642
|
+
end
|
643
|
+
```
|
644
|
+
|
645
|
+
### Parameters
|
646
|
+
|
647
|
+
Name | Type | Description | Notes
|
648
|
+
------------- | ------------- | ------------- | -------------
|
649
|
+
**id_user** | **String**| Hint: you can use 'me' or 'all' |
|
650
|
+
**id_connection** | **Integer**| |
|
651
|
+
**id_account** | **Integer**| |
|
652
|
+
**id_investment** | **Integer**| |
|
653
|
+
**expand** | **String**| | [optional]
|
654
|
+
|
655
|
+
### Return type
|
656
|
+
|
657
|
+
[**InlineResponse20025**](InlineResponse20025.md)
|
458
658
|
|
459
659
|
### Authorization
|
460
660
|
|
@@ -541,8 +741,72 @@ nil (empty response body)
|
|
541
741
|
|
542
742
|
|
543
743
|
|
744
|
+
# **users_id_user_connections_id_connection_accounts_id_account_pockets_get**
|
745
|
+
> InlineResponse20025 users_id_user_connections_id_connection_accounts_id_account_pockets_get(id_user, id_connection, id_account, opts)
|
746
|
+
|
747
|
+
Get pockets
|
748
|
+
|
749
|
+
|
750
|
+
|
751
|
+
### Example
|
752
|
+
```ruby
|
753
|
+
# load the gem
|
754
|
+
require 'budgea_client'
|
755
|
+
# setup authorization
|
756
|
+
BudgeaClient.configure do |config|
|
757
|
+
# Configure API key authorization: api_key
|
758
|
+
config.api_key['Authorization'] = 'YOUR API KEY'
|
759
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
760
|
+
#config.api_key_prefix['Authorization'] = 'Bearer'
|
761
|
+
end
|
762
|
+
|
763
|
+
api_instance = BudgeaClient::WealthApi.new
|
764
|
+
|
765
|
+
id_user = 'id_user_example' # String | Hint: you can use 'me' or 'all'
|
766
|
+
|
767
|
+
id_connection = 56 # Integer |
|
768
|
+
|
769
|
+
id_account = 56 # Integer |
|
770
|
+
|
771
|
+
opts = {
|
772
|
+
expand: 'expand_example' # String |
|
773
|
+
}
|
774
|
+
|
775
|
+
begin
|
776
|
+
#Get pockets
|
777
|
+
result = api_instance.users_id_user_connections_id_connection_accounts_id_account_pockets_get(id_user, id_connection, id_account, opts)
|
778
|
+
p result
|
779
|
+
rescue BudgeaClient::ApiError => e
|
780
|
+
puts "Exception when calling WealthApi->users_id_user_connections_id_connection_accounts_id_account_pockets_get: #{e}"
|
781
|
+
end
|
782
|
+
```
|
783
|
+
|
784
|
+
### Parameters
|
785
|
+
|
786
|
+
Name | Type | Description | Notes
|
787
|
+
------------- | ------------- | ------------- | -------------
|
788
|
+
**id_user** | **String**| Hint: you can use 'me' or 'all' |
|
789
|
+
**id_connection** | **Integer**| |
|
790
|
+
**id_account** | **Integer**| |
|
791
|
+
**expand** | **String**| | [optional]
|
792
|
+
|
793
|
+
### Return type
|
794
|
+
|
795
|
+
[**InlineResponse20025**](InlineResponse20025.md)
|
796
|
+
|
797
|
+
### Authorization
|
798
|
+
|
799
|
+
[api_key](../README.md#api_key)
|
800
|
+
|
801
|
+
### HTTP request headers
|
802
|
+
|
803
|
+
- **Content-Type**: application/x-www-form-urlencoded
|
804
|
+
- **Accept**: application/json
|
805
|
+
|
806
|
+
|
807
|
+
|
544
808
|
# **users_id_user_connections_id_connection_investments_get**
|
545
|
-
>
|
809
|
+
> InlineResponse20023 users_id_user_connections_id_connection_investments_get(id_user, id_connection, opts)
|
546
810
|
|
547
811
|
Get investments
|
548
812
|
|
@@ -589,7 +853,7 @@ Name | Type | Description | Notes
|
|
589
853
|
|
590
854
|
### Return type
|
591
855
|
|
592
|
-
[**
|
856
|
+
[**InlineResponse20023**](InlineResponse20023.md)
|
593
857
|
|
594
858
|
### Authorization
|
595
859
|
|
@@ -603,7 +867,7 @@ Name | Type | Description | Notes
|
|
603
867
|
|
604
868
|
|
605
869
|
# **users_id_user_connections_id_connection_investments_id_investment_history_get**
|
606
|
-
>
|
870
|
+
> InlineResponse20024 users_id_user_connections_id_connection_investments_id_investment_history_get(id_user, id_connection, id_investment, opts)
|
607
871
|
|
608
872
|
Get investment values
|
609
873
|
|
@@ -653,7 +917,71 @@ Name | Type | Description | Notes
|
|
653
917
|
|
654
918
|
### Return type
|
655
919
|
|
656
|
-
[**
|
920
|
+
[**InlineResponse20024**](InlineResponse20024.md)
|
921
|
+
|
922
|
+
### Authorization
|
923
|
+
|
924
|
+
[api_key](../README.md#api_key)
|
925
|
+
|
926
|
+
### HTTP request headers
|
927
|
+
|
928
|
+
- **Content-Type**: application/x-www-form-urlencoded
|
929
|
+
- **Accept**: application/json
|
930
|
+
|
931
|
+
|
932
|
+
|
933
|
+
# **users_id_user_connections_id_connection_investments_id_investment_pockets_get**
|
934
|
+
> InlineResponse20025 users_id_user_connections_id_connection_investments_id_investment_pockets_get(id_user, id_connection, id_investment, opts)
|
935
|
+
|
936
|
+
Get pockets
|
937
|
+
|
938
|
+
|
939
|
+
|
940
|
+
### Example
|
941
|
+
```ruby
|
942
|
+
# load the gem
|
943
|
+
require 'budgea_client'
|
944
|
+
# setup authorization
|
945
|
+
BudgeaClient.configure do |config|
|
946
|
+
# Configure API key authorization: api_key
|
947
|
+
config.api_key['Authorization'] = 'YOUR API KEY'
|
948
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
949
|
+
#config.api_key_prefix['Authorization'] = 'Bearer'
|
950
|
+
end
|
951
|
+
|
952
|
+
api_instance = BudgeaClient::WealthApi.new
|
953
|
+
|
954
|
+
id_user = 'id_user_example' # String | Hint: you can use 'me' or 'all'
|
955
|
+
|
956
|
+
id_connection = 56 # Integer |
|
957
|
+
|
958
|
+
id_investment = 56 # Integer |
|
959
|
+
|
960
|
+
opts = {
|
961
|
+
expand: 'expand_example' # String |
|
962
|
+
}
|
963
|
+
|
964
|
+
begin
|
965
|
+
#Get pockets
|
966
|
+
result = api_instance.users_id_user_connections_id_connection_investments_id_investment_pockets_get(id_user, id_connection, id_investment, opts)
|
967
|
+
p result
|
968
|
+
rescue BudgeaClient::ApiError => e
|
969
|
+
puts "Exception when calling WealthApi->users_id_user_connections_id_connection_investments_id_investment_pockets_get: #{e}"
|
970
|
+
end
|
971
|
+
```
|
972
|
+
|
973
|
+
### Parameters
|
974
|
+
|
975
|
+
Name | Type | Description | Notes
|
976
|
+
------------- | ------------- | ------------- | -------------
|
977
|
+
**id_user** | **String**| Hint: you can use 'me' or 'all' |
|
978
|
+
**id_connection** | **Integer**| |
|
979
|
+
**id_investment** | **Integer**| |
|
980
|
+
**expand** | **String**| | [optional]
|
981
|
+
|
982
|
+
### Return type
|
983
|
+
|
984
|
+
[**InlineResponse20025**](InlineResponse20025.md)
|
657
985
|
|
658
986
|
### Authorization
|
659
987
|
|
@@ -737,8 +1065,69 @@ nil (empty response body)
|
|
737
1065
|
|
738
1066
|
|
739
1067
|
|
1068
|
+
# **users_id_user_connections_id_connection_pockets_get**
|
1069
|
+
> InlineResponse20025 users_id_user_connections_id_connection_pockets_get(id_user, id_connection, opts)
|
1070
|
+
|
1071
|
+
Get pockets
|
1072
|
+
|
1073
|
+
|
1074
|
+
|
1075
|
+
### Example
|
1076
|
+
```ruby
|
1077
|
+
# load the gem
|
1078
|
+
require 'budgea_client'
|
1079
|
+
# setup authorization
|
1080
|
+
BudgeaClient.configure do |config|
|
1081
|
+
# Configure API key authorization: api_key
|
1082
|
+
config.api_key['Authorization'] = 'YOUR API KEY'
|
1083
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
1084
|
+
#config.api_key_prefix['Authorization'] = 'Bearer'
|
1085
|
+
end
|
1086
|
+
|
1087
|
+
api_instance = BudgeaClient::WealthApi.new
|
1088
|
+
|
1089
|
+
id_user = 'id_user_example' # String | Hint: you can use 'me' or 'all'
|
1090
|
+
|
1091
|
+
id_connection = 56 # Integer |
|
1092
|
+
|
1093
|
+
opts = {
|
1094
|
+
expand: 'expand_example' # String |
|
1095
|
+
}
|
1096
|
+
|
1097
|
+
begin
|
1098
|
+
#Get pockets
|
1099
|
+
result = api_instance.users_id_user_connections_id_connection_pockets_get(id_user, id_connection, opts)
|
1100
|
+
p result
|
1101
|
+
rescue BudgeaClient::ApiError => e
|
1102
|
+
puts "Exception when calling WealthApi->users_id_user_connections_id_connection_pockets_get: #{e}"
|
1103
|
+
end
|
1104
|
+
```
|
1105
|
+
|
1106
|
+
### Parameters
|
1107
|
+
|
1108
|
+
Name | Type | Description | Notes
|
1109
|
+
------------- | ------------- | ------------- | -------------
|
1110
|
+
**id_user** | **String**| Hint: you can use 'me' or 'all' |
|
1111
|
+
**id_connection** | **Integer**| |
|
1112
|
+
**expand** | **String**| | [optional]
|
1113
|
+
|
1114
|
+
### Return type
|
1115
|
+
|
1116
|
+
[**InlineResponse20025**](InlineResponse20025.md)
|
1117
|
+
|
1118
|
+
### Authorization
|
1119
|
+
|
1120
|
+
[api_key](../README.md#api_key)
|
1121
|
+
|
1122
|
+
### HTTP request headers
|
1123
|
+
|
1124
|
+
- **Content-Type**: application/x-www-form-urlencoded
|
1125
|
+
- **Accept**: application/json
|
1126
|
+
|
1127
|
+
|
1128
|
+
|
740
1129
|
# **users_id_user_investments_get**
|
741
|
-
>
|
1130
|
+
> InlineResponse20023 users_id_user_investments_get(id_user, opts)
|
742
1131
|
|
743
1132
|
Get investments
|
744
1133
|
|
@@ -782,7 +1171,7 @@ Name | Type | Description | Notes
|
|
782
1171
|
|
783
1172
|
### Return type
|
784
1173
|
|
785
|
-
[**
|
1174
|
+
[**InlineResponse20023**](InlineResponse20023.md)
|
786
1175
|
|
787
1176
|
### Authorization
|
788
1177
|
|
@@ -796,7 +1185,7 @@ Name | Type | Description | Notes
|
|
796
1185
|
|
797
1186
|
|
798
1187
|
# **users_id_user_investments_id_investment_history_get**
|
799
|
-
>
|
1188
|
+
> InlineResponse20024 users_id_user_investments_id_investment_history_get(id_user, id_investment, opts)
|
800
1189
|
|
801
1190
|
Get investment values
|
802
1191
|
|
@@ -843,7 +1232,68 @@ Name | Type | Description | Notes
|
|
843
1232
|
|
844
1233
|
### Return type
|
845
1234
|
|
846
|
-
[**
|
1235
|
+
[**InlineResponse20024**](InlineResponse20024.md)
|
1236
|
+
|
1237
|
+
### Authorization
|
1238
|
+
|
1239
|
+
[api_key](../README.md#api_key)
|
1240
|
+
|
1241
|
+
### HTTP request headers
|
1242
|
+
|
1243
|
+
- **Content-Type**: application/x-www-form-urlencoded
|
1244
|
+
- **Accept**: application/json
|
1245
|
+
|
1246
|
+
|
1247
|
+
|
1248
|
+
# **users_id_user_investments_id_investment_pockets_get**
|
1249
|
+
> InlineResponse20025 users_id_user_investments_id_investment_pockets_get(id_user, id_investment, opts)
|
1250
|
+
|
1251
|
+
Get pockets
|
1252
|
+
|
1253
|
+
|
1254
|
+
|
1255
|
+
### Example
|
1256
|
+
```ruby
|
1257
|
+
# load the gem
|
1258
|
+
require 'budgea_client'
|
1259
|
+
# setup authorization
|
1260
|
+
BudgeaClient.configure do |config|
|
1261
|
+
# Configure API key authorization: api_key
|
1262
|
+
config.api_key['Authorization'] = 'YOUR API KEY'
|
1263
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
1264
|
+
#config.api_key_prefix['Authorization'] = 'Bearer'
|
1265
|
+
end
|
1266
|
+
|
1267
|
+
api_instance = BudgeaClient::WealthApi.new
|
1268
|
+
|
1269
|
+
id_user = 'id_user_example' # String | Hint: you can use 'me' or 'all'
|
1270
|
+
|
1271
|
+
id_investment = 56 # Integer |
|
1272
|
+
|
1273
|
+
opts = {
|
1274
|
+
expand: 'expand_example' # String |
|
1275
|
+
}
|
1276
|
+
|
1277
|
+
begin
|
1278
|
+
#Get pockets
|
1279
|
+
result = api_instance.users_id_user_investments_id_investment_pockets_get(id_user, id_investment, opts)
|
1280
|
+
p result
|
1281
|
+
rescue BudgeaClient::ApiError => e
|
1282
|
+
puts "Exception when calling WealthApi->users_id_user_investments_id_investment_pockets_get: #{e}"
|
1283
|
+
end
|
1284
|
+
```
|
1285
|
+
|
1286
|
+
### Parameters
|
1287
|
+
|
1288
|
+
Name | Type | Description | Notes
|
1289
|
+
------------- | ------------- | ------------- | -------------
|
1290
|
+
**id_user** | **String**| Hint: you can use 'me' or 'all' |
|
1291
|
+
**id_investment** | **Integer**| |
|
1292
|
+
**expand** | **String**| | [optional]
|
1293
|
+
|
1294
|
+
### Return type
|
1295
|
+
|
1296
|
+
[**InlineResponse20025**](InlineResponse20025.md)
|
847
1297
|
|
848
1298
|
### Authorization
|
849
1299
|
|
@@ -924,3 +1374,61 @@ nil (empty response body)
|
|
924
1374
|
|
925
1375
|
|
926
1376
|
|
1377
|
+
# **users_id_user_pockets_get**
|
1378
|
+
> InlineResponse20025 users_id_user_pockets_get(id_user, opts)
|
1379
|
+
|
1380
|
+
Get pockets
|
1381
|
+
|
1382
|
+
|
1383
|
+
|
1384
|
+
### Example
|
1385
|
+
```ruby
|
1386
|
+
# load the gem
|
1387
|
+
require 'budgea_client'
|
1388
|
+
# setup authorization
|
1389
|
+
BudgeaClient.configure do |config|
|
1390
|
+
# Configure API key authorization: api_key
|
1391
|
+
config.api_key['Authorization'] = 'YOUR API KEY'
|
1392
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
1393
|
+
#config.api_key_prefix['Authorization'] = 'Bearer'
|
1394
|
+
end
|
1395
|
+
|
1396
|
+
api_instance = BudgeaClient::WealthApi.new
|
1397
|
+
|
1398
|
+
id_user = 'id_user_example' # String | Hint: you can use 'me' or 'all'
|
1399
|
+
|
1400
|
+
opts = {
|
1401
|
+
expand: 'expand_example' # String |
|
1402
|
+
}
|
1403
|
+
|
1404
|
+
begin
|
1405
|
+
#Get pockets
|
1406
|
+
result = api_instance.users_id_user_pockets_get(id_user, opts)
|
1407
|
+
p result
|
1408
|
+
rescue BudgeaClient::ApiError => e
|
1409
|
+
puts "Exception when calling WealthApi->users_id_user_pockets_get: #{e}"
|
1410
|
+
end
|
1411
|
+
```
|
1412
|
+
|
1413
|
+
### Parameters
|
1414
|
+
|
1415
|
+
Name | Type | Description | Notes
|
1416
|
+
------------- | ------------- | ------------- | -------------
|
1417
|
+
**id_user** | **String**| Hint: you can use 'me' or 'all' |
|
1418
|
+
**expand** | **String**| | [optional]
|
1419
|
+
|
1420
|
+
### Return type
|
1421
|
+
|
1422
|
+
[**InlineResponse20025**](InlineResponse20025.md)
|
1423
|
+
|
1424
|
+
### Authorization
|
1425
|
+
|
1426
|
+
[api_key](../README.md#api_key)
|
1427
|
+
|
1428
|
+
### HTTP request headers
|
1429
|
+
|
1430
|
+
- **Content-Type**: application/x-www-form-urlencoded
|
1431
|
+
- **Accept**: application/json
|
1432
|
+
|
1433
|
+
|
1434
|
+
|