Class Contacts

Contacts

Hierarchy

  • Contacts

Constructors

Properties

Methods

Constructors

Properties

Methods

  • Add a contact

    Parameters

    • pre: string

      Prefix of the contact

    • info: any

      Information about the contact

    Returns Promise<any>

    A promise to the result of the addition

    Async

  • Delete a contact

    Parameters

    • pre: string

      Prefix of the contact

    Returns Promise<any>

    A promise to the result of the deletion

    Async

  • Get a contact

    Parameters

    • pre: string

      Prefix of the contact

    Returns Promise<any>

    A promise to the contact

    Async

  • List contacts

    Parameters

    • Optional group: string

      Optional group name to filter contacts

    • Optional filterField: string

      Optional field name to filter contacts

    • Optional filterValue: string

      Optional field value to filter contacts

    Returns Promise<any>

    A promise to the list of contacts

    Async

  • Update a contact

    Parameters

    • pre: string

      Prefix of the contact

    • info: any

      Updated information about the contact

    Returns Promise<any>

    A promise to the result of the update

    Async

Generated using TypeDoc