R/HODClientConstants.R

# @class Constants Contains constants used in the Library
#
# @version 1.0
# @author Topcoder

HODClientConstants = list(
  HOD_URL          = "https://api.havenondemand.com",
  HOD_API_URL      = "/1/api",
  JOB_STATUS       = "1/job/status/",
  JOB_RESULT       = "1/job/result/",
  DEFAULT_VERSION  = "v1",
  REQUEST_MODE = list(
    ASYNC          = 'ASYNC',
    SYNC           = 'SYNC'
  )
)
HPE-Haven-OnDemand/havenondemand-r documentation built on May 6, 2019, 9:47 p.m.