Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Mangadex

Index

Constructors

constructor

  • new Mangadex(options?: AgentOptions): Mangadex

Properties

account

agent

agent: Agent

auth

chapter

coverArt

group

manga

Private options

options: AgentOptions

user

Static Readonly auth

auth: typeof AuthResolver = ...

Static Readonly chapter

chapter: typeof ChapterResolver = ...

Static Readonly coverArt

coverArt: typeof CoverArtResolver = ...

Static Readonly group

group: typeof GroupResolver = ...

Static Readonly manga

manga: typeof MangaResolver = ...

Static Readonly user

user: typeof UserResolver = ...

Methods

convertLegacyId

  • convertLegacyId(ids: number[], type: LegacyType): Promise<MappingIdResponse>
  • Parameters

    • ids: number[]
    • type: LegacyType

    Returns Promise<MappingIdResponse>

Static convertLegacyId

  • convertLegacyId(ids: number[], type: LegacyType): Promise<MappingIdResponse>
  • Parameters

    • ids: number[]
    • type: LegacyType

    Returns Promise<MappingIdResponse>

Generated using TypeDoc