Hierarchy

Constructors

Methods

  • Generate a new dictionary for the account.

    Parameters

    Returns Promise<{
        dictionary: string;
    }>

  • Delete a dictionary from the account.

    Parameters

    • dictionaryID: string

      Dictionary ID.

    Returns Promise<string>

  • Modify any property of a dictionary.

    Parameters

    • dictionaryID: string

      Dictionary ID.

    • dictionaryObj: Partial<DictionaryCreateInfo>

      Dictionary Object data to be replaced.

    Returns Promise<string>

  • Delete a language from a dictionary.

    Parameters

    • dictionaryID: string

      Dictionary ID.

    • locale: string

      Language locale string (e.g. en-US).

    Returns Promise<string>