This function retrieves information about a specific group in the Canvas LMS API.
Usage
get_group_info(canvas, group_id)
Arguments
- canvas
A list containing the 'api_key' and 'base_url' for authentication.
- group_id
The ID of the group for which to retrieve the information.
Value
A list containing the information about the specified group.