fetchPopularAnime

open override fun fetchPopularAnime(page: Int): Observable<AnimesPage>(source)

Deprecated

Use the non-RxJava API instead

Replace with

getPopularAnime

Returns an observable containing a page with a list of anime. Normally it's not needed to override this method.

Parameters

page

the page number to retrieve.