I've created a PR for this. Hopefully it's reasonable. start and limit are parameters for list api calls. The Schoology class passes limit to the api call via the _get_params_string function, but not the start parameter. That makes pagination tough to navigate.
I've created a PR for this. Hopefully it's reasonable. start and limit are parameters for list api calls. The Schoology class passes limit to the api call via the _get_params_string function, but not the start parameter. That makes pagination tough to navigate.