EXM API
deterministicFetch()
EXM.deterministicFetch(endpoint)
- Performs a fetch operation that is deterministic based on the arguments provided. Supports GET and POST.
GET:
POST:
getDate()
EXM.getDate()
- returns the current date as a Date
object which supports all JavaScript Date
methods like .getTime()
.
Last updated