Retrieves detailed information about a specific assignment from the Canvas LMS API.
get_assignment_details(canvas, course_id, assignment_id)A dataframe containing the detailed information about the assignment.
A list containing the 'api_key' and 'base_url' for authentication.
The ID of the course in which the assignment resides.
The ID of the assignment for which to retrieve the details.