Nyora (JavaScript) - v0.1.1
    Preparing search index...

    Interface Source

    A content source (site) the SDK can read from.

    interface Source {
        id: string;
        name: string;
        lang: string;
        baseUrl: string;
        engine: string;
        contentType: string;
        isInstalled: boolean;
        isPinned: boolean;
        isNsfw: boolean;
        isObsolete: boolean;
        iconUrl: string;
        version: string;
        notes: string;
        canUninstall: boolean;
    }
    Index

    Properties

    id: string

    Stable source identifier.

    name: string

    Human-readable source name.

    lang: string

    Primary content language/locale code.

    baseUrl: string

    The source's base site URL.

    engine: string

    Parser engine (e.g. "JavaScript").

    contentType: string

    Content type (e.g. "Manga").

    isInstalled: boolean

    Whether the source is installed/available.

    isPinned: boolean

    Whether the user pinned the source.

    isNsfw: boolean

    Whether the source is flagged adult/NSFW.

    isObsolete: boolean

    Whether the source is deprecated.

    iconUrl: string

    Source icon URL.

    version: string

    Source/parser version string.

    notes: string

    Free-form notes.

    canUninstall: boolean

    Whether the source may be uninstalled.