Method: Ondotori::WebAPI::HttpWebAccess#make_headers

Defined in:
lib/ondotori/webapi/httpwebaccess.rb

#make_headersObject



10
11
12
# File 'lib/ondotori/webapi/httpwebaccess.rb', line 10

def make_headers
  { "Content-Type" => "application/json", "X-HTTP-Method-Override" => "GET" }
end