pushover-sdk
    Preparing search index...

    Class Pushover

    This class is to send requests to the Pushover API. Each method represents one endpoint in the API.

    All methods take API parameters as options and return a Promise that resolves to the response data from the Pushover API.

    A Pushover API token must be passed at class construction, and a user key can either be passed at construction as a default or passed to individual method calls.

    Index

    Constructors

    Properties

    token: string

    Your application's Pushover API token

    user: undefined | string

    The user/group key representing the default recipient(s) of messages sent

    Accessors

    Methods