Method: JsonClient::Requests::Create#request

Defined in:
lib/json_client/requests.rb

#requestObject



11
12
13
14
15
16
# File 'lib/json_client/requests.rb', line 11

def request
  client::Post.new(
    uri,
    headers
  )
end