class Seahorse::Client::Plugins::RestfulBindings::Handler
def call(context)
def call(context) build_request(context) @handler.call(context).on(200..299) do |response| parse_response(response) end end
def call(context) build_request(context) @handler.call(context).on(200..299) do |response| parse_response(response) end end