Collaboration
- class canvasapi.collaboration.Collaboration(requester, attributes)
- Parameters:
requester (
canvasapi.requester.Requester) – The requester to pass HTTP requests through.attributes (dict) – The JSON object to build this object with.
- get_collaborators(**kwargs)
Return a list of collaborators for this collaboration.
- Calls:
- Return type:
Collaborator
- class canvasapi.collaboration.Collaborator(requester, attributes)
- Parameters:
requester (
canvasapi.requester.Requester) – The requester to pass HTTP requests through.attributes (dict) – The JSON object to build this object with.