Module: BigPanda
- Defined in:
- lib/big_panda.rb,
lib/big_panda/client.rb,
lib/big_panda/helper.rb,
lib/big_panda/version.rb,
lib/big_panda/client/errors.rb,
lib/big_panda/client/request.rb,
lib/big_panda/client/connection.rb,
lib/big_panda/client/deployment.rb
Defined Under Namespace
Modules: Helper Classes: Client
Constant Summary collapse
- DEFAULT_TARGET_URL =
'https://api.bigpanda.io'- DEPLOYMENT_START_PATH =
'/data/events/deployments/start'- DEPLOYMENT_END_PATH =
'/data/events/deployments/end'- VERSION =
"0.0.2"