@not3/sdk
    Preparing search index...

    Interface InfoResponse

    interface InfoResponse {
        availableTokens: number;
        fileTransferEnabled: boolean;
        fileTransferMaxSize: number;
        maxStorageTimeDays: number;
        privateMode: boolean;
        version: string;
    }
    Index

    Properties

    availableTokens: number

    The number of tokens the requesting ip has currently remaining

    fileTransferEnabled: boolean

    If the file transfer feature is enabled

    fileTransferMaxSize: number

    File transfer maximum size in MB

    maxStorageTimeDays: number

    The maximum number of days that data will be stored before being purged

    privateMode: boolean

    If this instance is running in private mode and requires a password

    version: string

    The current version of the API, in semver format or the string "IN-DEV" to indicate a dev build.