Package

codecheck.github

api

Permalink

package api

Visibility
  1. Public
  2. All

Type Members

  1. case class APIResult(statusCode: Int, body: JValue) extends Product with Serializable

    Permalink
  2. trait DebugHandler extends AnyRef

    Permalink
  3. class GitHubAPI extends UserOp with OrganizationOp with RepositoryOp with LabelOp with IssueOp with PullRequestOp with PullRequestReviewOp with MilestoneOp with StatusOp with WebhookOp with CollaboratorOp with BranchOp with SearchOp

    Permalink
  4. class OAuthAPI extends AnyRef

    Permalink
  5. class PrintlnHandler extends DebugHandler

    Permalink
  6. case class RepositoryAPI(api: GitHubAPI, owner: String, repo: String) extends Product with Serializable

    Permalink

Value Members

  1. object GitHubAPI

    Permalink
  2. object NoneHandler extends DebugHandler

    Permalink
  3. object OAuthAPI

    Permalink

Ungrouped