ErikBoesen / schoolopy

:school: Python wrapper for Schoology's REST API.
MIT License
47 stars 19 forks source link

start parameter not pulled into api call #56

Closed samterfa closed 2 months ago

samterfa commented 2 months ago

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.

ErikBoesen commented 2 months ago

Thanks so much for your contribution!

ErikBoesen commented 2 months ago

Just released v3.2.2 to finalize this patch.