Module: Eventful
- Defined in:
- lib/eventful/api.rb
Defined Under Namespace
Constant Summary collapse
- VERSION =
Version descriptor of this library
'2.2.1'
- DEFAULT_SERVER =
Default API server to connect to
'api.eventful.com'
- DEFAULT_PORT =
Default server port
80
- DEFAULT_ROOT =
Default server path
'/yaml/'
- BOUNDARY =
Our POST data boundary
'1E666D29B5E749F6A145BE8A576049E6'
- BOUNDARY_MARKER =
:nodoc:
"--#{BOUNDARY}"
- BOUNDARY_END_MARKER =
:nodoc:
"--#{BOUNDARY}--"