Method: HTTPX::Plugins::AwsSdkAuthentication.load_dependencies
- Defined in:
- lib/httpx/plugins/aws_sdk_authentication.rb
.load_dependencies(_klass) ⇒ Object
48 49 50 |
# File 'lib/httpx/plugins/aws_sdk_authentication.rb', line 48 def load_dependencies(_klass) require "aws-sdk-core" end |