Skip to main content

PER_PAGE

Constant PER_PAGE 

Source
pub const PER_PAGE: u32 = 100;
Expand description

Items per page asked for on every paginated call.

GitHub’s maximum. Asking for fewer multiplies the request count against a budget this module also has to project, which is the one place in this product where a lazy default is directly a product constraint.