OutsideCollaborators
WebService::GitHub::Orgs::OutsideCollaborators
Convert an organization member to outside collaborator
	WebService::GitHub::Orgs::OutsideCollaborators.convert-member-to-outside-collaborator(  Str $org
,  Str $username
 )
List outside collaborators for an organization
	WebService::GitHub::Orgs::OutsideCollaborators.list-outside-collaborators(  Str $org
,  WebService::GitHub::Orgs::OutsideCollaborators::ListOutsideCollaboratorsFilter :$filter
,  Int(Str) :$per-page
,  Int(Str) :$page
 )
Remove outside collaborator from an organization
	WebService::GitHub::Orgs::OutsideCollaborators.remove-outside-collaborator(  Str $org
,  Str $username
 )