E621
    Preparing search index...

    Interface Options

    interface Options {
        authKey?: string;
        authUser?: string;
        baseURL?: string;
        requestTimeout?: number;
        statusCheckURL?: string;
        userAgent?: string;
    }
    Index

    Properties

    authKey?: string

    The api key you want to authenticate with (Account -> Manage API Access)

    none
    
    authUser?: string

    The uername of the user you want to authenticate with

    none
    
    baseURL?: string

    The base URL for the API.

    https://e621.net
    
    requestTimeout?: number

    The number of seconds before a request times out

    30
    
    statusCheckURL?: string

    The url to use for status checks.

    https://status.e621.church/json
    
    userAgent?: string

    The user agent to use for requests

    E621/{version} (+https://github.com/DonovanDMC/E621)

    E621/{version} (+https://github.com/DonovanDMC/E621; {authUser})