Options
All
  • Public
  • Public/Protected
  • All
Menu

External module scripts/sources/photo_sources

Manage the PhotoSource objects

Index

Functions

getSelectedSources

getUseKeyValues

  • getUseKeyValues(): any[]

isUseKey

  • isUseKey(keyName: string): boolean

process

  • process(useKey: UseKey): Promise<void>
  • Process the given photo source and save to localStorage.

    throws

    An error if processing failed

    Parameters

    • useKey: UseKey

      The photo source to retrieve

    Returns Promise<void>

processAll

  • processAll(doLimited: boolean): Promise<void>
  • Process all the selected photo sources.

    Parameters

    • doLimited: boolean

      update sources with API limits too

    Returns Promise<void>

processDaily

  • processDaily(): Promise<void>

Generated using TypeDoc