Skip to main content
Module

x/anilist_js/src/search.ts>Search

Deno module for interacting with the anilist api (WIP)
Latest
class Search
import { Search } from "https://deno.land/x/anilist_js@0.1.0/src/search.ts";

Sub class for search related functions

Methods

anime(
search: string,
page?,
amount?,
)

Search for animes by a search term

manga(
search: string,
page?,
amount?,
)

Search for mangas by a search term

staff(
search: string,
page?,
amount?,
)

Search for staffs by a search term

studio(
search: string,
page?,
amount?,
)

Search for studios by a search term

user(
search: string,
page?,
amount?,
)

Search for users by a search term