mangadex-full-api - v6.2.0
    Preparing search index...

    Class Author

    This represents an author or artist of a manga

    Hierarchy (View Summary)

    Implements

    Index

    Constructors

    Properties

    biography: LocalizedString

    The biography of the author/artist

    booth: string | null

    URL to the author/artist's booth

    createdAt: Date

    When the author/artist's entry was added

    fanBox: string | null

    URL to the author/artist's fanbox

    fantia: string | null

    URL to the author/artist's fantia

    id: string

    The MangaDex UUID for the author/artist

    imageUrl: string | null

    A url to an image of the author/artist

    The manga the author/artist has worked on

    melonBook: string | null

    URL to the author/artist's melon book

    name: string

    The name of the author/artist

    namicomi: string | null

    URL to the author/artist's namicomi

    naver: string | null

    URL to the author/artist's naver

    nicoVideo: string | null

    URL to the author/artist's nico video

    pixiv: string | null

    URL to the author/artist's pixiv

    skeb: string | null

    URL to the author/artist's skeb

    tumblr: string | null

    URL to the author/artist's tumblr

    twitter: string | null

    URL to the author/artist's twitter

    updatedAt: Date

    The last time the author/artist's entry was updated

    version: number

    The version of this author/artist's entry (incremented by updating author data)

    website: string | null

    URL to the author/artist's website

    weibo: string | null

    URL to the author/artist's weibo

    youtube: string | null

    URL to the author/artist's youtube

    Methods

    • Deletes an author by their id

      Parameters

      • id: string

      Returns Promise<void>

    • Retrieves an array of authors/artists by an array of ids

      Parameters

      • ids: string[]

      Returns Promise<Author[]>