Open
Description
Describe the bug
get_appointment_groups
API is broken.
To Reproduce
Steps to reproduce the behavior:
- Go onto Canvas, create an appointment group
canvas.get_appointment_groups()
does not yield results (ie. it is empty)
Although, canvas.get_appointment_group(id=id)
does work as expected.
Expected behavior
canvas.get_appointment_groups()
should not return an empty array and should return the appointment group obj.
Environment information
- Python version (
python --version
) Python 3.12.4 - CanvasAPI version (
pip show canvasapi
) 3.3.0
Additional context
I couldnt get create_appointment_group
to work properly as well (cannot create appointment), not sure if it is related.