class Amazonite::Core::Client

Direct Known Subclasses

Defined in:

core/client.cr

Constant Summary

Log = ::Log.for(self)

Constructors

Instance Method Summary

Constructor Detail

def self.new(target_prefix : String, endpoint_prefix : String, json_version : String, exception_factory : ResponseExceptionFactory, config : Amazonite::Core::Config = Config.new) #

[View source]

Instance Method Detail

def post(command, url, body : String) #

[View source]