Method: NeonApi::Client#headers
- Defined in:
- lib/neon_api/client.rb
#headers ⇒ Object
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 |