Skip to content

Latest commit

 

History

History
executable file
·
32 lines (17 loc) · 429 Bytes

README.md

File metadata and controls

executable file
·
32 lines (17 loc) · 429 Bytes

Collaborators

(collaborators)

Available Operations

  • list - List all collaborators

list

List all collaborators

Example Usage

import wingspan


s = wingspan.Wingspan()


res = s.collaborators.list()

if res.collaborator_schemas is not None:
    # handle response
    pass

Response

operations.ListCollaboratorsResponse