Class/Object

com.madgag.scalagithub

GitHub

Related Docs: object GitHub | package scalagithub

Permalink

class GitHub extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. GitHub
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new GitHub(ghCredentials: GitHubCredentials)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def addAuthAndCaching(builder: Builder): Request

    Permalink
  5. def addTeamRepo(teamId: Long, org: String, repoName: String)(implicit ec: ExecutionContext): Future[Response]

    Permalink
  6. def apiUrlBuilder: Builder

    Permalink
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def checkMembership(org: String, username: String)(implicit ec: ExecutionContext): Future[Boolean]

    Permalink
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def createComment(commentable: Commentable, comment: String)(implicit ec: ExecutionContext): FR[Comment]

    Permalink
  11. def createLabel(repo: Repo, label: CreateLabel)(implicit ec: ExecutionContext): FR[Label]

    Permalink
  12. def createOrgRepo(org: String, repo: CreateRepo)(implicit ec: ExecutionContext): FR[Repo]

    Permalink
  13. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  15. def executeAndReadJson[T](request: Request)(implicit ev: Reads[T], ec: ExecutionContext): FR[T]

    Permalink
  16. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  18. def getMembership(org: String, username: String)(implicit ec: ExecutionContext): FR[Membership]

    Permalink
  19. def getRef(repo: Repo, ref: String)(implicit ec: ExecutionContext): FR[Ref]

    Permalink

    https://developer.github.com/v3/git/refs/#get-a-reference

  20. def getRepo(repoId: RepoId)(implicit ec: ExecutionContext): FR[Repo]

    Permalink

    https://developer.github.com/v3/repos/#get

  21. def getTeam(teamId: Long)(implicit ec: ExecutionContext): FR[Team]

    Permalink
  22. def getTeamMembership(teamId: Long, username: String)(implicit ec: ExecutionContext): FR[Membership]

    Permalink
  23. def getTreeRecursively(repo: Repo, sha: String)(implicit ec: ExecutionContext): FR[Tree]

    Permalink

    https://developer.github.com/v3/git/trees/#get-a-tree-recursively

  24. def getUser()(implicit ec: ExecutionContext): Future[GitHubResponse[User]]

    Permalink
  25. def getUserTeams()(implicit ec: ExecutionContext): FR[Seq[Team]]

    Permalink

    https://developer.github.com/v3/orgs/teams/#list-user-teams

  26. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  27. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  28. def listHooks(repo: Repo)(implicit ec: ExecutionContext): FR[Seq[Hook]]

    Permalink

    https://developer.github.com/v3/repos/hooks/#list-hooks

  29. def listHooks(repo: RepoId)(implicit ec: ExecutionContext): FR[Seq[Hook]]

    Permalink

    https://developer.github.com/v3/repos/hooks/#list-hooks

  30. def listLabels(hasLabelsList: HasLabelsList)(implicit ec: ExecutionContext): FR[Seq[Label]]

    Permalink
  31. def listPullRequests(repoId: RepoId)(implicit ec: ExecutionContext): FR[Seq[PullRequest]]

    Permalink
  32. def listRepos(sort: String, direction: String)(implicit ec: ExecutionContext): FR[Seq[Repo]]

    Permalink

    https://developer.github.com/v3/repos/#list-your-repositories

  33. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  34. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  35. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  36. def rateLimitFrom[T](response: Response): RateLimit

    Permalink
  37. def rateLimitStatusFrom(response: Response): Status

    Permalink
  38. def replaceLabels(pr: PullRequest, labels: Seq[String])(implicit ec: ExecutionContext): FR[Seq[Label]]

    Permalink

    https://developer.github.com/v3/issues/labels/#replace-all-labels-for-an-issue

  39. def requestScopesFrom(response: Response): RequestScopes

    Permalink
  40. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  41. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  42. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped