# Functions
All provides a boilerplate to request all pages from a list of a resource from PagerDuty's API.
# Constants
Limit is the maximum amount of items a single request to PagerDuty's API should response.
# Type aliases
AllFunc is a signature to use with function `All`, it receives the current number of items already listed, it returns a boolean signaling whether the system should keep requesting more items, and an error if any occured.