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:GET /api/v1/collaborations/:id/members
Return type:canvasapi.collaboration.Collaborator

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.