Functions for Collaborators #27

Closed
opened 2018-12-17 14:22:40 +00:00 by JonasFranz · 0 comments
Owner

Author: @ethantkoenig Posted at: 13.12.2016 02:01

Add functions corresponding to the following endpoints:

  • GET repos/:username/:reponame/collaborators: list collaborators
  • GET repos/:username/:reponame/collaborators/:collaborator: check if a user is a collaborator
  • DELETE repos/:username/:reponame/collaborators/:collaborator: remove a collaborator

These endpoints are implemented in https://github.com/go-gitea/gitea/pull/375.

Author: @ethantkoenig Posted at: 13.12.2016 02:01 Add functions corresponding to the following endpoints: - `GET repos/:username/:reponame/collaborators`: list collaborators - `GET repos/:username/:reponame/collaborators/:collaborator`: check if a user is a collaborator - `DELETE repos/:username/:reponame/collaborators/:collaborator`: remove a collaborator These endpoints are implemented in https://github.com/go-gitea/gitea/pull/375.
JonasFranz added the
kind/enhancement
lgtm/done
kind/feature
labels 2018-12-17 14:22:40 +00:00
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: JonasFranz/go-sdk#27
No description provided.