fetchSearchAnime

open override fun fetchSearchAnime(page: Int, query: String, filters: AnimeFilterList): Observable<AnimesPage>(source)

Deprecated

Use the non-RxJava API instead

Replace with

getSearchAnime

Returns an observable containing a page with a list of anime. Normally it's not needed to override this method, but can be useful to change the usual workflow and use functions with different signatures from searchAnimeRequest or searchAnimeParse.

Parameters

page

the page number to retrieve.

query

the search query.

filters

the list of filters to apply.