Module: Bento::Analytics::Defaults::Request
- Included in:
- Transport
- Defined in:
- lib/bento/sdk/defaults.rb
Constant Summary collapse
- HOST =
"app.bentonow.com"
- PORT =
443
- PATH =
"/tracking/events/"
- SSL =
true
- HEADERS =
{"Accept" => "application/json", "Content-Type" => "application/json", "User-Agent" => "bento-ruby",}
- RETRIES =
15