[][src]Function rick_and_morty::episode::get_page

pub async fn get_page(page: i64) -> Result<PageResponse<Episode>, Error>

get all episodes in page.

Example, calling get_page(1) calls "https://rickandmortyapi.com/api/location?page=1"