sealed abstract class Github[F[_], G[_]] extends AnyRef
- Alphabetic
- By Inheritance
- Github
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
- final type FreeF[A] = Free[F, A]
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def blob(user: String, repo: String, sha: String): G[Blob]
- def branches(owner: String, repo: String): G[List[Branch]]
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- def comments(user: String, repo: String): G[List[Comment]]
- def commits(user: String, repo: String, sha: String): G[CommitResponse]
- def contents(user: String, repo: String, path: String, ref: String): G[Contents]
- def contents(user: String, repo: String, path: String): G[Contents]
- def contributors(owner: String, repo: String): G[List[User]]
-
final
val
emails: G[List[Email]]
https://developer.github.com/v3/users/emails/#list-email-addresses-for-a-user
- final val emojis: G[Map[String, String]]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
followers(user: String): G[List[User]]
http://developer.github.com/v3/users/followers/#list-followers-of-a-user
-
final
val
followers: G[List[User]]
http://developer.github.com/v3/users/followers/#list-followers-of-a-user
-
def
following(user: String): G[List[User]]
http://developer.github.com/v3/users/followers/#list-users-followed-by-another-user
-
final
val
following: G[List[User]]
http://developer.github.com/v3/users/followers/#list-users-followed-by-another-user
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- def gist(id: String): G[Gist]
- def gists(user: String): G[List[Gists]]
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def issueEvents(user: String, repo: String): G[List[IssueEvent2]]
- def issueEvents(user: String, repo: String, number: Long): G[List[IssueEvent]]
- def issues(user: String, repo: String, state: State = Open): G[List[Issue]]
-
def
keys(user: String): G[List[PublicKey]]
https://developer.github.com/v3/users/keys/#list-public-keys-for-a-user
- final def lift[A](f: Command[A]): FreeF[A]
- def markdown(text: String): ActionE[Throwable, String]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- def org(orgName: String): G[Organization]
-
def
orgRepos(org: String): G[List[Repo]]
http://developer.github.com/v3/repos/#list-organization-repositories
- def orgs(user: String): G[List[Org]]
- final val orgs: G[List[Org]]
- def pulls(user: String, repo: String, state: State = Open, baseBranch: String = null): G[List[Pull]]
- def pulls(user: String, repo: String): G[List[Pull]]
- def readme(user: String, repo: String): G[Contents]
- def readme(user: String, repo: String, ref: String): G[Contents]
-
def
repo(user: String, repo: String): G[Repo]
http://developer.github.com/v3/repos/#list-user-repositories
-
def
repoEvents(owner: String, repo: String): G[List[RepoEvent]]
https://developer.github.com/v3/activity/events/#list-repository-events
-
def
repos(user: String): G[List[Repo]]
http://developer.github.com/v3/repos/#list-user-repositories
-
final
val
repos: G[List[Repo]]
http://developer.github.com/v3/repos/#list-your-repositories
-
def
subscribers(owner: String, repo: String): G[List[User]]
https://developer.github.com/v3/activity/watching/#list-watchers
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def tags(owner: String, repo: String): G[List[Tag]]
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- def trees(user: String, repo: String, sha: String): G[Trees]
- def user(user: String): G[User]
- final val user: G[User]
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- object gists
- object gitignore
- object search