lib/budgea_client/configuration.rb in budgea_client-1.3.6 vs lib/budgea_client/configuration.rb in budgea_client-1.3.9

- old
+ new

@@ -184,9 +184,16 @@ end # Returns Auth Settings hash for api client. def auth_settings { + 'api_key' => + { + type: 'api_key', + in: 'header', + key: 'Authorization', + value: api_key_with_prefix('Authorization') + }, } end end end