ThemeParks.wiki Parks API - v2.0.0
    Preparing search index...

    Type Alias HTTPOptions

    type HTTPOptions = {
        cert?: string;
        json?: boolean;
        key?: string;
    }
    Index

    Properties

    Properties

    cert?: string

    Client SSL certificate (PEM string) for mutual TLS

    json?: boolean
    key?: string

    Client SSL private key (PEM string) for mutual TLS