5.0.0
- BREAKING
RepositoriesService.listCollaborators
now returns
Stream<Collaborator>
instead ofStream<User>
.Collaborator
is a new type that includes collaborator-specific
information.
RepositoriesService.listCollaborators
now returnsStream<Collaborator>
instead of Stream<User>
.
Collaborator
is a new type that includes collaborator-specific