Method: Cb::Requests::Application::Form#headers

Defined in:
lib/cb/requests/application/form.rb

#headersObject



25
26
27
28
29
30
31
# File 'lib/cb/requests/application/form.rb', line 25

def headers
  {
    'DeveloperKey' => Cb.configuration.dev_key,
    'HostSite' => Cb.configuration.host_site,
    'Content-Type' => 'application/json'
  }
end