Nyora (JavaScript) - v2.0.3
    Preparing search index...

    Class MangaService

    Browse, search, and read manga through the Nyora cloud helper.

    Index

    Constructors

    Methods

    • Fetch a page of popular manga from a source.

      Parameters

      • sourceId: string
      • page: number = 1

      Returns Promise<SearchPage>

    • Fetch a page of the latest updated manga from a source.

      Parameters

      • sourceId: string
      • page: number = 1

      Returns Promise<SearchPage>

    • Search a source.

      Parameters

      • sourceId: string
      • query: string
      • page: number = 1

      Returns Promise<SearchPage>

    • Fetch full metadata and the chapter list for one manga.

      Parameters

      • sourceId: string
      • mangaUrl: string
      • options: { title?: string } = {}

      Returns Promise<MangaDetails>

    • Resolve the readable image pages of a single chapter.

      Parameters

      • sourceId: string
      • chapterUrl: string
      • options: { branch?: string | null } = {}

      Returns Promise<MangaPage[]>