Open
Description
I’m trying to understand the possible parameters of Job.items.iter()
but it’s not that clear to me:
- Why is
count
documented as a parameter on its own? (I assume the rest of the pagination parameters are assumed to be part ofapiparameters
) - What is
requests_params
for? - 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, withlist
instead ofiter
but I assume they accept the same arguments)