docs/RecipientsApi.md in budgea_client-1.3.6 vs docs/RecipientsApi.md in budgea_client-1.3.9

- old
+ new

@@ -19,10 +19,17 @@ ### Example ```ruby # load the gem require 'budgea_client' +# setup authorization +BudgeaClient.configure do |config| + # Configure API key authorization: api_key + config.api_key['Authorization'] = 'YOUR API KEY' + # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil) + #config.api_key_prefix['Authorization'] = 'Bearer' +end api_instance = BudgeaClient::RecipientsApi.new id_user = "id_user_example" # String | Hint: you can use 'me' or 'all' @@ -57,11 +64,11 @@ [**Recipient**](Recipient.md) ### Authorization -No authorization required +[api_key](../README.md#api_key) ### HTTP request headers - **Content-Type**: application/json, multipart/form-data - **Accept**: application/json @@ -77,10 +84,17 @@ ### Example ```ruby # load the gem require 'budgea_client' +# setup authorization +BudgeaClient.configure do |config| + # Configure API key authorization: api_key + config.api_key['Authorization'] = 'YOUR API KEY' + # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil) + #config.api_key_prefix['Authorization'] = 'Bearer' +end api_instance = BudgeaClient::RecipientsApi.new id_user = "id_user_example" # String | Hint: you can use 'me' or 'all' @@ -118,11 +132,11 @@ [**Recipient**](Recipient.md) ### Authorization -No authorization required +[api_key](../README.md#api_key) ### HTTP request headers - **Content-Type**: application/json, multipart/form-data - **Accept**: application/json @@ -138,10 +152,17 @@ ### Example ```ruby # load the gem require 'budgea_client' +# setup authorization +BudgeaClient.configure do |config| + # Configure API key authorization: api_key + config.api_key['Authorization'] = 'YOUR API KEY' + # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil) + #config.api_key_prefix['Authorization'] = 'Bearer' +end api_instance = BudgeaClient::RecipientsApi.new id_user = "id_user_example" # String | Hint: you can use 'me' or 'all' @@ -176,11 +197,11 @@ [**Recipient**](Recipient.md) ### Authorization -No authorization required +[api_key](../README.md#api_key) ### HTTP request headers - **Content-Type**: application/json, multipart/form-data - **Accept**: application/json @@ -196,10 +217,17 @@ ### Example ```ruby # load the gem require 'budgea_client' +# setup authorization +BudgeaClient.configure do |config| + # Configure API key authorization: api_key + config.api_key['Authorization'] = 'YOUR API KEY' + # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil) + #config.api_key_prefix['Authorization'] = 'Bearer' +end api_instance = BudgeaClient::RecipientsApi.new id_user = "id_user_example" # String | Hint: you can use 'me' or 'all' @@ -231,10 +259,10 @@ [**Recipient**](Recipient.md) ### Authorization -No authorization required +[api_key](../README.md#api_key) ### HTTP request headers - **Content-Type**: application/json, multipart/form-data - **Accept**: application/json