Retrieves the course-level assignment data for a specific course from the Canvas LMS API.
get_assignment_data(canvas, course_id, per_page = 100)A list of assignment data retrieved from the Canvas LMS API.
A list containing the 'api_key' and 'base_url' for authentication.
The ID of the course for which to retrieve the assignment data.
Number of assignment data to retrieve per page. Default is 100.