searchAnimeRequest

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

Deprecated

The helper functions are inherently limiting and hides the underlying implementation. Source developers should make their own implementation according to their needs.

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.