CoreEndpoints Class
Important methods that can be called through the core using the function execute
Item Index
Methods
Methods
get-place-data
()
gets place availability data
Example:
ice.execute('get-place-data');
unlock-offers
(
Undefined
-
password -
offerIds
handles unlocked offers
Parameters:
-
passwordArrayThe password used to unlock these offer IDs
-
offerIdsArrayA list of offer IDs unlocked by this password
Returns:
Undefined:
Example:
ice.execute('unlock-offers', places);
