searchAnimeRequest

protected abstract fun searchAnimeRequest(page: Int, query: String, filters: AnimeFilterList): Request(source)

Returns the request for the search anime given the page and filters.

Parameters

page

the page number to retrieve.

query

the search query.

filters

the list of filters to apply.