Skip to main content

page_has_more

Function page_has_more 

Source
pub const fn page_has_more(page_len: usize) -> bool
Expand description

Returns true when a fetched page came back full (per_page=100 entries), meaning a subsequent page may exist and should be fetched too. A page with fewer entries is necessarily the last one.