Implements

  • ICliUsersStoreService

Constructors

Methods

  • Gets a user by id

    Parameters

    • id: string

      The id of the user to get

    Returns Observable<undefined | ICliUser>

    An observable that emits the user with the specified id

  • Gets the current users

    Parameters

    • Optionaloptions: { query?: string; skip?: number; take?: number }

    Returns Observable<ICliUser[]>

    An observable that emits the current users