Method: NeonApi::Client#headers

Defined in:
lib/neon_api/client.rb

#headersObject



77
78
79
80
81
82
83
# File 'lib/neon_api/client.rb', line 77

def headers
  {
      "Cache-Control": "no-cache",
      "Content-Type": "application/x-www-form-urlencoded",
      "Token": auth_token
  }
end