Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • MalManga

Index

Constructors

Properties

acount: MalAcount

Methods

  • deleteMyManga(id: number): MalRequest<any[]>
  • ranking<T>(rankingType: "tv" | "movie" | "ova" | "special" | "airing" | "upcoming" | "all" | "bypopularity" | "favorite", fields?: null | MangaFields<T>, limit?: null | number, offset?: null | number): MalRequest<Paging<RankingItem & MangaItem<WorkBase & T>>>
  • value
    all Top Anime Series
    airing Top Airing Anime
    upcoming Top Upcoming Anime
    tv Top Anime TV Series
    ova Top Anime OVA Series
    movie Top Anime Movies
    special Top Anime Specials
    bypopularity Top Anime by Popularity
    favorite Top Favorited Anime

    Type parameters

    • T

    Parameters

    • rankingType: "tv" | "movie" | "ova" | "special" | "airing" | "upcoming" | "all" | "bypopularity" | "favorite"
    • Optional fields: null | MangaFields<T>
    • Optional limit: null | number
    • Optional offset: null | number

    Returns MalRequest<Paging<RankingItem & MangaItem<WorkBase & T>>>

Generated using TypeDoc