t

codecheck.github.operations

CollaboratorOp

trait CollaboratorOp extends AnyRef

Self Type
GitHubAPI
Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CollaboratorOp
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def addCollaborator(owner: String, repo: String, name: String): Future[Boolean]
  2. def isCollaborator(owner: String, repo: String, name: String): Future[Boolean]
  3. def listCollaborators(owner: String, repo: String): Future[List[Collaborator]]
  4. def removeCollaborator(owner: String, repo: String, name: String): Future[Boolean]