@kayahr/edsm
    Preparing search index...

    Interface SystemCommentsOptions

    Options for getSystemComments request.

    interface SystemCommentsOptions {
        showId?: number;
        startDateTime?: string;
    }
    Index

    Properties

    showId?: number

    Set to 1 if you want to get the EDSM internal id. Useful to handle duplicated name systems of the game.

    startDateTime?: string

    If you only want to receive comments updated after a specific date & time, use this parameter. That parameter is inclusive. All dates must be UTC.