-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
Description
As of 661226e there's a default limit of 100 candidates on any call that doesn't explicitly set a limit.
I'd like to be able to defeat that limit by explicitly setting limit to 0 in the query string.
For example, this request will return a list of 100 of the 119 total matching records:
I'd like this request to return all 119 matching records:
Reactions are currently unavailable