ucfopen / canvasapi

Python API wrapper for Instructure's Canvas LMS. Easily manage courses, users, gradebooks, and more.
https://pypi.python.org/pypi/canvasapi
MIT License
561 stars 175 forks source link

Improve `PaginatedList` docs #654

Closed bennettscience closed 5 months ago

bennettscience commented 6 months ago

Include details for each parameter used in PaginatedList.

Fixes #651.

bennettscience commented 6 months ago

I'm not sure why the flake8 check is failing - it's passing locally.

jonespm commented 6 months ago

Looks like some error with the Codecov action not with this PR. I'm don't think I have the permission to look into this any more. Maybe it'll pass when run tomorrow or Monday.

Thetwam commented 6 months ago

Think I fixed the Codecov thing in #655 and by updating the upload token. (Not sure if it was one, the other, or both, but hey).

Get that in and this should hopefully work

codecov[bot] commented 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 100.00%. Comparing base (1196b01) to head (e9eb1ec).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #654 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 73 73 Lines 3732 3732 ========================================= Hits 3732 3732 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.