- Notifications
You must be signed in to change notification settings - Fork 61
Open
Labels
Description
I’m trying to understand the possible parameters of Job.items.iter() but it’s not that clear to me:
- Why is
countdocumented as a parameter on its own? (I assume the rest of the pagination parameters are assumed to be part ofapiparameters) - What is
requests_paramsfor? - I see other parameters mentioned in the documentation that don’t seem part of the Items API, pagination or meta. For example,
filter(in the 4th example of the Items documentation, withlistinstead ofiterbut I assume they accept the same arguments)
dversoza-ec