# @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'
)
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.