Method: Cb::Requests::Application::Create#headers

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

#headersObject



28
29
30
31
32
33
34
# File 'lib/cb/requests/application/create.rb', line 28

def headers
  {
    'DeveloperKey' => Cb.configuration.dev_key,
    'HostSite' => (args[:host_site] || Cb.configuration.host_site),
    'Content-Type' => 'application/json'
  }
end