docs/AuthenticationApi.md in budgea_client-1.3.6 vs docs/AuthenticationApi.md in budgea_client-1.3.9
- old
+ new
@@ -23,10 +23,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::AuthenticationApi.new
opts = {
client_id: "client_id_example", # String | ID of the client
@@ -53,11 +60,11 @@
[**InlineResponse2002**](InlineResponse2002.md)
### Authorization
-No authorization required
+[api_key](../README.md#api_key)
### HTTP request headers
- **Content-Type**: application/x-www-form-urlencoded
- **Accept**: application/json
@@ -73,10 +80,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::AuthenticationApi.new
client_id = "client_id_example" # String | ID of the client
@@ -112,11 +126,11 @@
[**InlineResponse2005**](InlineResponse2005.md)
### Authorization
-No authorization required
+[api_key](../README.md#api_key)
### HTTP request headers
- **Content-Type**: application/x-www-form-urlencoded
- **Accept**: application/json
@@ -132,10 +146,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::AuthenticationApi.new
begin
#Generate a user temporary token
@@ -153,11 +174,11 @@
[**InlineResponse2006**](InlineResponse2006.md)
### Authorization
-No authorization required
+[api_key](../README.md#api_key)
### HTTP request headers
- **Content-Type**: application/json, multipart/form-data
- **Accept**: application/json
@@ -173,10 +194,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::AuthenticationApi.new
begin
#Remove user access
@@ -193,11 +221,11 @@
nil (empty response body)
### Authorization
-No authorization required
+[api_key](../README.md#api_key)
### HTTP request headers
- **Content-Type**: application/json, multipart/form-data
- **Accept**: application/json
@@ -213,10 +241,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::AuthenticationApi.new
begin
#Delete the user's connections
@@ -233,11 +268,11 @@
nil (empty response body)
### Authorization
-No authorization required
+[api_key](../README.md#api_key)
### HTTP request headers
- **Content-Type**: application/json, multipart/form-data
- **Accept**: application/json
@@ -253,10 +288,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::AuthenticationApi.new
id_user = "id_user_example" # String | Hint: you can use 'me' or 'all'
@@ -284,11 +326,11 @@
[**User**](User.md)
### Authorization
-No authorization required
+[api_key](../README.md#api_key)
### HTTP request headers
- **Content-Type**: application/json, multipart/form-data
- **Accept**: application/json
@@ -304,10 +346,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::AuthenticationApi.new
id_user = "id_user_example" # String | Hint: you can use 'me' or 'all'
@@ -335,11 +384,11 @@
[**User**](User.md)
### Authorization
-No authorization required
+[api_key](../README.md#api_key)
### HTTP request headers
- **Content-Type**: application/json, multipart/form-data
- **Accept**: application/json
@@ -355,10 +404,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::AuthenticationApi.new
id_user = "id_user_example" # String | Hint: you can use 'me' or 'all'
@@ -385,10 +441,10 @@
**Object**
### Authorization
-No authorization required
+[api_key](../README.md#api_key)
### HTTP request headers
- **Content-Type**: multipart/form-data
- **Accept**: application/json