@kayahr/edsm
    Preparing search index...

    Function sendEvents

    • Sends journal events to EDSM.

      Parameters

      • commanderName: string

        The name of the commander as registered on EDSM.

      • apiKey: string

        The API Key associated with the EDSM account.

      • fromSoftware: string

        Name of the software (YOUR software using this library, not the name of this library!) used to submit the data.

      • fromSoftwareVersion: string

        Version of the software used to submit the data.

      • fromGameVersion: string

        Version of the game which generated the journal messages.

      • fromGameBuild: string

        Build of the game which generated the journal messages.

      • message: EDSMEvent | EDSMEvent[]

        The journal event (or multiple events to send).

      Returns Promise<EventResponse>