Private
Static
_CURRENCIES_Update period for fetching currencies from backend API in seconds
Private
Static
_EXCHANGE_Update period for fetching exhange rates from backend API in seconds
Private
Static
_ME_Update period for fetching app infomation from backend API in seconds
Protected
_transportTransport class instance
Private
_currenciesStore.getCurrencies method fetch data handler, see createFetchHandler for more
Private
_exchangeStore.getExchangeRates method fetch data handler, see createFetchHandler for more
Private
_meStore.getMe method fetch data handler, see createFetchHandler for more
Get API supported currencies infomation
Use toCurrencies backend API result convert function
Optional
isForce: booleanIf true, return fresh data from backend API, not from cache
Promise, what resolved to API supported currencies infomation object
Get API supported currencies exchange rate infomation
Use toExchangeRates backend API result convert function
Optional
isForce: booleanIf true, return fresh data from backend API, not from cache
Promise, what resolved to API supported currencies exchange rate infomation object
Get associated with passed API key app infomation
Use toMe backend API result convert function
If true, return fresh data from backend API, not from cache
Promise, what resolved to associated with passed API key app infomation object
Wrapper for API methods that return possible cached data