Top Level Namespace

Defined Under Namespace

Classes: EepClient

Constant Summary collapse

EVENT =

some constants

'event'
CLEAR =
'clear'
OK =
'ok'
BASE_URL =

urls

'https://eep.eventenrichment.com'
BASE_RESOURCE =
'/api/v1/'
EVENT_RESOURCE =
BASE_RESOURCE + EVENT
CLEAR_RESOURCE =
BASE_RESOURCE + CLEAR
POST =

http config

'POST'
ACC_HDR =
'Accept'
CON_HDR =
'Content-type'
APP_JSON =
'application/json'