This function retrieves the discussion topics within a specific course in the Canvas LMS API.
get_discussions(canvas, course_id, per_page = 100)A list of discussion topics within the specified course.
An object containing the Canvas API key and base URL, obtained through the canvas_authenticate function.
The ID of the course for which to fetch the discussion topics.
The number of entries to show