API Docs for: 1.7.0
Show:

CoreEndpoints Class

Important methods that can be called through the core using the function execute

Item Index

Methods

get-place-data

()

gets place availability data

Example:

ice.execute('get-place-data');

unlock-offers

(
  • password
  • offerIds
)
Undefined

handles unlocked offers

Parameters:

  • password Array

    The password used to unlock these offer IDs

  • offerIds Array

    A list of offer IDs unlocked by this password

Returns:

Undefined:

Example:

ice.execute('unlock-offers', places);