This represents an author or artist of a manga

Hierarchy

Implements

Constructors

Properties

biography: LocalizedString

The biography of the author/artist

booth: null | string

URL to the author/artist's booth

createdAt: Date

When the author/artist's entry was added

fanBox: null | string

URL to the author/artist's fanbox

fantia: null | string

URL to the author/artist's fantia

id: string

The MangaDex UUID for the author/artist

imageUrl: null | string

A url to an image of the author/artist

The manga the author/artist has worked on

melonBook: null | string

URL to the author/artist's melon book

name: string

The name of the author/artist

naver: null | string

URL to the author/artist's naver

nicoVideo: null | string

URL to the author/artist's nico video

pixiv: null | string

URL to the author/artist's pixiv

skeb: null | string

URL to the author/artist's skeb

tumblr: null | string

URL to the author/artist's tumblr

twitter: null | string

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: null | string

URL to the author/artist's website

weibo: null | string

URL to the author/artist's weibo

youtube: null | string

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[]>

Generated using TypeDoc