Closed dimaloop closed 2 years ago
Currently method getShifts() doesn't use any parameters, so api defaults used so, not possible to query other than first page
parameters list from api docs:
Perhaps it makes sense to introduce an object ShiftsFilter and pass them as argument to getShifts(ShiftsFilter filter)
I've just added ShiftsFilter
Currently method getShifts() doesn't use any parameters, so api defaults used so, not possible to query other than first page
parameters list from api docs:
Perhaps it makes sense to introduce an object ShiftsFilter and pass them as argument to getShifts(ShiftsFilter filter)