docs/WealthApi.md in budgea_client-1.4.4 vs docs/WealthApi.md in budgea_client-2.0.0
- old
+ new
@@ -19,11 +19,11 @@
[**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
[**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
# **finance_securities_get**
-> InlineResponse20014 finance_securities_get(opts)
+> InlineResponse20015 finance_securities_get(opts)
Get securities
@@ -40,11 +40,11 @@
end
api_instance = BudgeaClient::WealthApi.new
opts = {
- expand: "expand_example" # String |
+ expand: 'expand_example' # String |
}
begin
#Get securities
result = api_instance.finance_securities_get(opts)
@@ -60,11 +60,11 @@
------------- | ------------- | ------------- | -------------
**expand** | **String**| | [optional]
### Return type
-[**InlineResponse20014**](InlineResponse20014.md)
+[**InlineResponse20015**](InlineResponse20015.md)
### Authorization
[api_key](../README.md#api_key)
@@ -99,13 +99,13 @@
id_security = 56 # Integer |
opts = {
limit: 56, # Integer | limit number of results
offset: 56, # Integer | offset of first result
- min_date: Date.parse("2013-10-20"), # Date | minimal date
- max_date: Date.parse("2013-10-20"), # Date | maximum date
- period: "period_example" # String | period to group logs
+ min_date: Date.parse('2013-10-20'), # Date | minimal date
+ max_date: Date.parse('2013-10-20'), # Date | maximum date
+ period: 'period_example' # String | period to group logs
}
begin
#Get connection logs
api_instance.finance_securities_id_security_history_get(id_security, opts)
@@ -139,11 +139,11 @@
- **Accept**: application/json
# **users_id_user_accounts_id_account_investments_get**
-> InlineResponse20019 users_id_user_accounts_id_account_investments_get(id_user, id_account, opts)
+> InlineResponse20021 users_id_user_accounts_id_account_investments_get(id_user, id_account, opts)
Get investments
@@ -159,16 +159,16 @@
#config.api_key_prefix['Authorization'] = 'Bearer'
end
api_instance = BudgeaClient::WealthApi.new
-id_user = "id_user_example" # String | Hint: you can use 'me' or 'all'
+id_user = 'id_user_example' # String | Hint: you can use 'me' or 'all'
id_account = 56 # Integer |
opts = {
- expand: "expand_example" # String |
+ expand: 'expand_example' # String |
}
begin
#Get investments
result = api_instance.users_id_user_accounts_id_account_investments_get(id_user, id_account, opts)
@@ -186,11 +186,11 @@
**id_account** | **Integer**| |
**expand** | **String**| | [optional]
### Return type
-[**InlineResponse20019**](InlineResponse20019.md)
+[**InlineResponse20021**](InlineResponse20021.md)
### Authorization
[api_key](../README.md#api_key)
@@ -200,11 +200,11 @@
- **Accept**: application/json
# **users_id_user_accounts_id_account_investments_id_investment_history_get**
-> InlineResponse20020 users_id_user_accounts_id_account_investments_id_investment_history_get(id_user, id_account, id_investment, opts)
+> InlineResponse20022 users_id_user_accounts_id_account_investments_id_investment_history_get(id_user, id_account, id_investment, opts)
Get investment values
@@ -220,18 +220,18 @@
#config.api_key_prefix['Authorization'] = 'Bearer'
end
api_instance = BudgeaClient::WealthApi.new
-id_user = "id_user_example" # String | Hint: you can use 'me' or 'all'
+id_user = 'id_user_example' # String | Hint: you can use 'me' or 'all'
id_account = 56 # Integer |
id_investment = 56 # Integer |
opts = {
- expand: "expand_example" # String |
+ expand: 'expand_example' # String |
}
begin
#Get investment values
result = api_instance.users_id_user_accounts_id_account_investments_id_investment_history_get(id_user, id_account, id_investment, opts)
@@ -250,11 +250,11 @@
**id_investment** | **Integer**| |
**expand** | **String**| | [optional]
### Return type
-[**InlineResponse20020**](InlineResponse20020.md)
+[**InlineResponse20022**](InlineResponse20022.md)
### Authorization
[api_key](../README.md#api_key)
@@ -284,22 +284,22 @@
#config.api_key_prefix['Authorization'] = 'Bearer'
end
api_instance = BudgeaClient::WealthApi.new
-id_user = "id_user_example" # String | Hint: you can use 'me' or 'all'
+id_user = 'id_user_example' # String | Hint: you can use 'me' or 'all'
id_account = 56 # Integer |
id_investment = 56 # Integer |
opts = {
limit: 56, # Integer | limit number of results
offset: 56, # Integer | offset of first result
- min_date: Date.parse("2013-10-20"), # Date | minimal date
- max_date: Date.parse("2013-10-20"), # Date | maximum date
- period: "period_example" # String | period to group logs
+ min_date: Date.parse('2013-10-20'), # Date | minimal date
+ max_date: Date.parse('2013-10-20'), # Date | maximum date
+ period: 'period_example' # String | period to group logs
}
begin
#Get connection logs
api_instance.users_id_user_accounts_id_account_investments_id_investment_security_history_get(id_user, id_account, id_investment, opts)
@@ -335,11 +335,11 @@
- **Accept**: application/json
# **users_id_user_connections_id_connection_accounts_id_account_investments_get**
-> InlineResponse20019 users_id_user_connections_id_connection_accounts_id_account_investments_get(id_user, id_connection, id_account, opts)
+> InlineResponse20021 users_id_user_connections_id_connection_accounts_id_account_investments_get(id_user, id_connection, id_account, opts)
Get investments
@@ -355,18 +355,18 @@
#config.api_key_prefix['Authorization'] = 'Bearer'
end
api_instance = BudgeaClient::WealthApi.new
-id_user = "id_user_example" # String | Hint: you can use 'me' or 'all'
+id_user = 'id_user_example' # String | Hint: you can use 'me' or 'all'
id_connection = 56 # Integer |
id_account = 56 # Integer |
opts = {
- expand: "expand_example" # String |
+ expand: 'expand_example' # String |
}
begin
#Get investments
result = api_instance.users_id_user_connections_id_connection_accounts_id_account_investments_get(id_user, id_connection, id_account, opts)
@@ -385,11 +385,11 @@
**id_account** | **Integer**| |
**expand** | **String**| | [optional]
### Return type
-[**InlineResponse20019**](InlineResponse20019.md)
+[**InlineResponse20021**](InlineResponse20021.md)
### Authorization
[api_key](../README.md#api_key)
@@ -399,11 +399,11 @@
- **Accept**: application/json
# **users_id_user_connections_id_connection_accounts_id_account_investments_id_investment_history_get**
-> InlineResponse20020 users_id_user_connections_id_connection_accounts_id_account_investments_id_investment_history_get(id_user, id_connection, id_account, id_investment, opts)
+> InlineResponse20022 users_id_user_connections_id_connection_accounts_id_account_investments_id_investment_history_get(id_user, id_connection, id_account, id_investment, opts)
Get investment values
@@ -419,20 +419,20 @@
#config.api_key_prefix['Authorization'] = 'Bearer'
end
api_instance = BudgeaClient::WealthApi.new
-id_user = "id_user_example" # String | Hint: you can use 'me' or 'all'
+id_user = 'id_user_example' # String | Hint: you can use 'me' or 'all'
id_connection = 56 # Integer |
id_account = 56 # Integer |
id_investment = 56 # Integer |
opts = {
- expand: "expand_example" # String |
+ expand: 'expand_example' # String |
}
begin
#Get investment values
result = api_instance.users_id_user_connections_id_connection_accounts_id_account_investments_id_investment_history_get(id_user, id_connection, id_account, id_investment, opts)
@@ -452,11 +452,11 @@
**id_investment** | **Integer**| |
**expand** | **String**| | [optional]
### Return type
-[**InlineResponse20020**](InlineResponse20020.md)
+[**InlineResponse20022**](InlineResponse20022.md)
### Authorization
[api_key](../README.md#api_key)
@@ -486,24 +486,24 @@
#config.api_key_prefix['Authorization'] = 'Bearer'
end
api_instance = BudgeaClient::WealthApi.new
-id_user = "id_user_example" # String | Hint: you can use 'me' or 'all'
+id_user = 'id_user_example' # String | Hint: you can use 'me' or 'all'
id_connection = 56 # Integer |
id_account = 56 # Integer |
id_investment = 56 # Integer |
opts = {
limit: 56, # Integer | limit number of results
offset: 56, # Integer | offset of first result
- min_date: Date.parse("2013-10-20"), # Date | minimal date
- max_date: Date.parse("2013-10-20"), # Date | maximum date
- period: "period_example" # String | period to group logs
+ min_date: Date.parse('2013-10-20'), # Date | minimal date
+ max_date: Date.parse('2013-10-20'), # Date | maximum date
+ period: 'period_example' # String | period to group logs
}
begin
#Get connection logs
api_instance.users_id_user_connections_id_connection_accounts_id_account_investments_id_investment_security_history_get(id_user, id_connection, id_account, id_investment, opts)
@@ -540,11 +540,11 @@
- **Accept**: application/json
# **users_id_user_connections_id_connection_investments_get**
-> InlineResponse20019 users_id_user_connections_id_connection_investments_get(id_user, id_connection, opts)
+> InlineResponse20021 users_id_user_connections_id_connection_investments_get(id_user, id_connection, opts)
Get investments
@@ -560,16 +560,16 @@
#config.api_key_prefix['Authorization'] = 'Bearer'
end
api_instance = BudgeaClient::WealthApi.new
-id_user = "id_user_example" # String | Hint: you can use 'me' or 'all'
+id_user = 'id_user_example' # String | Hint: you can use 'me' or 'all'
id_connection = 56 # Integer |
opts = {
- expand: "expand_example" # String |
+ expand: 'expand_example' # String |
}
begin
#Get investments
result = api_instance.users_id_user_connections_id_connection_investments_get(id_user, id_connection, opts)
@@ -587,11 +587,11 @@
**id_connection** | **Integer**| |
**expand** | **String**| | [optional]
### Return type
-[**InlineResponse20019**](InlineResponse20019.md)
+[**InlineResponse20021**](InlineResponse20021.md)
### Authorization
[api_key](../README.md#api_key)
@@ -601,11 +601,11 @@
- **Accept**: application/json
# **users_id_user_connections_id_connection_investments_id_investment_history_get**
-> InlineResponse20020 users_id_user_connections_id_connection_investments_id_investment_history_get(id_user, id_connection, id_investment, opts)
+> InlineResponse20022 users_id_user_connections_id_connection_investments_id_investment_history_get(id_user, id_connection, id_investment, opts)
Get investment values
@@ -621,18 +621,18 @@
#config.api_key_prefix['Authorization'] = 'Bearer'
end
api_instance = BudgeaClient::WealthApi.new
-id_user = "id_user_example" # String | Hint: you can use 'me' or 'all'
+id_user = 'id_user_example' # String | Hint: you can use 'me' or 'all'
id_connection = 56 # Integer |
id_investment = 56 # Integer |
opts = {
- expand: "expand_example" # String |
+ expand: 'expand_example' # String |
}
begin
#Get investment values
result = api_instance.users_id_user_connections_id_connection_investments_id_investment_history_get(id_user, id_connection, id_investment, opts)
@@ -651,11 +651,11 @@
**id_investment** | **Integer**| |
**expand** | **String**| | [optional]
### Return type
-[**InlineResponse20020**](InlineResponse20020.md)
+[**InlineResponse20022**](InlineResponse20022.md)
### Authorization
[api_key](../README.md#api_key)
@@ -685,22 +685,22 @@
#config.api_key_prefix['Authorization'] = 'Bearer'
end
api_instance = BudgeaClient::WealthApi.new
-id_user = "id_user_example" # String | Hint: you can use 'me' or 'all'
+id_user = 'id_user_example' # String | Hint: you can use 'me' or 'all'
id_connection = 56 # Integer |
id_investment = 56 # Integer |
opts = {
limit: 56, # Integer | limit number of results
offset: 56, # Integer | offset of first result
- min_date: Date.parse("2013-10-20"), # Date | minimal date
- max_date: Date.parse("2013-10-20"), # Date | maximum date
- period: "period_example" # String | period to group logs
+ min_date: Date.parse('2013-10-20'), # Date | minimal date
+ max_date: Date.parse('2013-10-20'), # Date | maximum date
+ period: 'period_example' # String | period to group logs
}
begin
#Get connection logs
api_instance.users_id_user_connections_id_connection_investments_id_investment_security_history_get(id_user, id_connection, id_investment, opts)
@@ -736,11 +736,11 @@
- **Accept**: application/json
# **users_id_user_investments_get**
-> InlineResponse20019 users_id_user_investments_get(id_user, opts)
+> InlineResponse20021 users_id_user_investments_get(id_user, opts)
Get investments
@@ -756,14 +756,14 @@
#config.api_key_prefix['Authorization'] = 'Bearer'
end
api_instance = BudgeaClient::WealthApi.new
-id_user = "id_user_example" # String | Hint: you can use 'me' or 'all'
+id_user = 'id_user_example' # String | Hint: you can use 'me' or 'all'
opts = {
- expand: "expand_example" # String |
+ expand: 'expand_example' # String |
}
begin
#Get investments
result = api_instance.users_id_user_investments_get(id_user, opts)
@@ -780,11 +780,11 @@
**id_user** | **String**| Hint: you can use 'me' or 'all' |
**expand** | **String**| | [optional]
### Return type
-[**InlineResponse20019**](InlineResponse20019.md)
+[**InlineResponse20021**](InlineResponse20021.md)
### Authorization
[api_key](../README.md#api_key)
@@ -794,11 +794,11 @@
- **Accept**: application/json
# **users_id_user_investments_id_investment_history_get**
-> InlineResponse20020 users_id_user_investments_id_investment_history_get(id_user, id_investment, opts)
+> InlineResponse20022 users_id_user_investments_id_investment_history_get(id_user, id_investment, opts)
Get investment values
@@ -814,16 +814,16 @@
#config.api_key_prefix['Authorization'] = 'Bearer'
end
api_instance = BudgeaClient::WealthApi.new
-id_user = "id_user_example" # String | Hint: you can use 'me' or 'all'
+id_user = 'id_user_example' # String | Hint: you can use 'me' or 'all'
id_investment = 56 # Integer |
opts = {
- expand: "expand_example" # String |
+ expand: 'expand_example' # String |
}
begin
#Get investment values
result = api_instance.users_id_user_investments_id_investment_history_get(id_user, id_investment, opts)
@@ -841,11 +841,11 @@
**id_investment** | **Integer**| |
**expand** | **String**| | [optional]
### Return type
-[**InlineResponse20020**](InlineResponse20020.md)
+[**InlineResponse20022**](InlineResponse20022.md)
### Authorization
[api_key](../README.md#api_key)
@@ -875,19 +875,19 @@
#config.api_key_prefix['Authorization'] = 'Bearer'
end
api_instance = BudgeaClient::WealthApi.new
-id_user = "id_user_example" # String | Hint: you can use 'me' or 'all'
+id_user = 'id_user_example' # String | Hint: you can use 'me' or 'all'
id_investment = 56 # Integer |
opts = {
limit: 56, # Integer | limit number of results
offset: 56, # Integer | offset of first result
- min_date: Date.parse("2013-10-20"), # Date | minimal date
- max_date: Date.parse("2013-10-20"), # Date | maximum date
- period: "period_example" # String | period to group logs
+ min_date: Date.parse('2013-10-20'), # Date | minimal date
+ max_date: Date.parse('2013-10-20'), # Date | maximum date
+ period: 'period_example' # String | period to group logs
}
begin
#Get connection logs
api_instance.users_id_user_investments_id_investment_security_history_get(id_user, id_investment, opts)