Constructors

Properties

client: Client

Methods

  • Create a new watcher for the given user and content id.

    User is optional. If not specified, currently logged-in user will be used. Otherwise, it can be specified by either user key or username. When a user is specified and is different from the logged-in user, the logged-in user needs to be a Confluence administrator.

    Type Parameters

    • T = void

    Parameters

    Returns Promise<void>

  • Create a new watcher for the given user and content id.

    User is optional. If not specified, currently logged-in user will be used. Otherwise, it can be specified by either user key or username. When a user is specified and is different from the logged-in user, the logged-in user needs to be a Confluence administrator.

    Type Parameters

    • T = void

    Parameters

    Returns Promise<T>

  • Create a new watcher for the given user and space key.

    User is optional. If not specified, currently logged-in user will be used. Otherwise, it can be specified by either user key or username. When a user is specified and is different from the logged-in user, the logged-in user needs to be a Confluence administrator.

    Type Parameters

    • T = void

    Parameters

    Returns Promise<void>

  • Create a new watcher for the given user and space key.

    User is optional. If not specified, currently logged-in user will be used. Otherwise, it can be specified by either user key or username. When a user is specified and is different from the logged-in user, the logged-in user needs to be a Confluence administrator.

    Type Parameters

    • T = void

    Parameters

    Returns Promise<T>

  • Get information about whether a user is watching a specified content.

    User is optional. If not specified, currently logged-in user will be used. Otherwise, it can be specified by either user key or username. When a user is specified and is different from the logged-in user, the logged-in user needs to be a Confluence administrator.

    Type Parameters

    Parameters

    Returns Promise<void>

  • Get information about whether a user is watching a specified content.

    User is optional. If not specified, currently logged-in user will be used. Otherwise, it can be specified by either user key or username. When a user is specified and is different from the logged-in user, the logged-in user needs to be a Confluence administrator.

    Type Parameters

    Parameters

    Returns Promise<T>

  • Get information about whether a user is watching a specified space.

    User is optional. If not specified, currently logged-in user will be used. Otherwise, it can be specified by either user key or username. When a user is specified and is different from the logged-in user, the logged-in user needs to be a Confluence administrator.

    Type Parameters

    Parameters

    Returns Promise<void>

  • Get information about whether a user is watching a specified space.

    User is optional. If not specified, currently logged-in user will be used. Otherwise, it can be specified by either user key or username. When a user is specified and is different from the logged-in user, the logged-in user needs to be a Confluence administrator.

    Type Parameters

    Parameters

    Returns Promise<T>

  • Delete an existing watcher for the given user and content id.

    User is optional. If not specified, currently logged-in user will be used. Otherwise, it can be specified by either user key or username. When a user is specified and is different from the logged-in user, the logged-in user needs to be a Confluence administrator.

    Type Parameters

    • T = void

    Parameters

    Returns Promise<void>

  • Delete an existing watcher for the given user and content id.

    User is optional. If not specified, currently logged-in user will be used. Otherwise, it can be specified by either user key or username. When a user is specified and is different from the logged-in user, the logged-in user needs to be a Confluence administrator.

    Type Parameters

    • T = void

    Parameters

    Returns Promise<T>

  • Delete an existing watcher for the given user and space key.

    User is optional. If not specified, currently logged-in user will be used. Otherwise, it can be specified by either user key or username. When a user is specified and is different from the logged-in user, the logged-in user needs to be a Confluence administrator.

    Type Parameters

    • T = void

    Parameters

    Returns Promise<void>

  • Delete an existing watcher for the given user and space key.

    User is optional. If not specified, currently logged-in user will be used. Otherwise, it can be specified by either user key or username. When a user is specified and is different from the logged-in user, the logged-in user needs to be a Confluence administrator.

    Type Parameters

    • T = void

    Parameters

    Returns Promise<T>

Generated using TypeDoc v0.25.12