Module: Toggl::Request
Constant Summary collapse
- ENDPOINT =
"https://www.toggl.com"
Instance Attribute Summary collapse
Instance Attribute Details
#connection_options ⇒ Object
14 15 16 17 18 19 20 21 22 |
# File 'lib/toggl_api/request.rb', line 14 def @connection_options ||= { :headers => { :accept => 'application/json', :user_agent => user_agent, 'Content-Type' => 'application/json' } } end |