object GhScala extends Github[Command, [a]Free[Command, a]]
- Source
- Github.scala
- Alphabetic
- By Inheritance
- GhScala
- Github
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
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): Free[Command, Blob]
http://developer.github.com/v3/git/blobs
- Definition Classes
- Github
-
def
branches(owner: String, repo: String): Free[Command, List[Branch]]
http://developer.github.com/v3/repos/#list-branches
- Definition Classes
- Github
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
comments(user: String, repo: String): Free[Command, List[Comment]]
http://developer.github.com/v3/repos/comments
- Definition Classes
- Github
-
def
commits(user: String, repo: String, sha: String): Free[Command, CommitResponse]
http://developer.github.com/v3/git/commits
- Definition Classes
- Github
-
def
contents(user: String, repo: String, path: String, ref: String): Free[Command, Contents]
http://developer.github.com/v3/repos/contents
- Definition Classes
- Github
-
def
contents(user: String, repo: String, path: String): Free[Command, Contents]
http://developer.github.com/v3/repos/contents
- Definition Classes
- Github
-
def
contributors(owner: String, repo: String): Free[Command, List[User]]
http://developer.github.com/v3/repos/#list-contributors
- Definition Classes
- Github
-
final
val
emails: Free[Command, List[Email]]
https://developer.github.com/v3/users/emails/#list-email-addresses-for-a-user
-
final
val
emojis: Free[Command, Map[String, String]]
https://developer.github.com/v3/emojis/
- Definition Classes
- Github
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def f[A](c: Command[A]): FreeF[A]
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
followers(user: String): Free[Command, List[User]]
http://developer.github.com/v3/users/followers/#list-followers-of-a-user
-
final
val
followers: Free[Command, List[User]]
http://developer.github.com/v3/users/followers/#list-followers-of-a-user
-
def
following(user: String): Free[Command, List[User]]
http://developer.github.com/v3/users/followers/#list-users-followed-by-another-user
-
final
val
following: Free[Command, 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): Free[Command, Gist]
http://developer.github.com/v3/gists/#get-a-single-gist
- Definition Classes
- Github
-
def
gists(user: String): Free[Command, List[Gists]]
http://developer.github.com/v3/gists/#list-gists
- Definition Classes
- Github
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
issueEvents(user: String, repo: String): Free[Command, List[IssueEvent2]]
http://developer.github.com/v3/issues/events/
- Definition Classes
- Github
-
def
issueEvents(user: String, repo: String, number: Long): Free[Command, List[IssueEvent]]
http://developer.github.com/v3/issues/events/
- Definition Classes
- Github
-
def
issues(user: String, repo: String, state: State = Open): Free[Command, List[Issue]]
http://developer.github.com/v3/issues
- Definition Classes
- Github
-
def
keys(user: String): Free[Command, List[PublicKey]]
https://developer.github.com/v3/users/keys/#list-public-keys-for-a-user
-
final
def
lift[A](f: Command[A]): FreeF[A]
- Definition Classes
- Github
-
def
markdown(text: String): ActionE[Throwable, String]
- Definition Classes
- Github
-
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): Free[Command, Organization]
http://developer.github.com/v3/orgs
- Definition Classes
- Github
-
def
orgRepos(org: String): Free[Command, List[Repo]]
http://developer.github.com/v3/repos/#list-organization-repositories
- Definition Classes
- Github
-
def
orgs(user: String): Free[Command, List[Org]]
http://developer.github.com/v3/orgs
- Definition Classes
- Github
-
final
val
orgs: Free[Command, List[Org]]
http://developer.github.com/v3/orgs
- Definition Classes
- Github
-
def
pulls(user: String, repo: String, state: State = Open, baseBranch: String = null): Free[Command, List[Pull]]
http://developer.github.com/v3/pulls
- Definition Classes
- Github
-
def
pulls(user: String, repo: String): Free[Command, List[Pull]]
http://developer.github.com/v3/pulls
- Definition Classes
- Github
-
def
readme(user: String, repo: String): Free[Command, Contents]
http://developer.github.com/v3/repos/contents
- Definition Classes
- Github
-
def
readme(user: String, repo: String, ref: String): Free[Command, Contents]
http://developer.github.com/v3/repos/contents
- Definition Classes
- Github
-
def
repo(user: String, repo: String): Free[Command, Repo]
http://developer.github.com/v3/repos/#list-user-repositories
- Definition Classes
- Github
-
def
repoEvents(owner: String, repo: String): Free[Command, List[RepoEvent]]
https://developer.github.com/v3/activity/events/#list-repository-events
-
def
repos(user: String): Free[Command, List[Repo]]
http://developer.github.com/v3/repos/#list-user-repositories
- Definition Classes
- Github
-
final
val
repos: Free[Command, List[Repo]]
http://developer.github.com/v3/repos/#list-your-repositories
- Definition Classes
- Github
-
def
subscribers(owner: String, repo: String): Free[Command, List[User]]
https://developer.github.com/v3/activity/watching/#list-watchers
- Definition Classes
- Github
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
tags(owner: String, repo: String): Free[Command, List[Tag]]
http://developer.github.com/v3/repos/#list-tags
- Definition Classes
- Github
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
trees(user: String, repo: String, sha: String): Free[Command, Trees]
http://developer.github.com/v3/git/trees
- Definition Classes
- Github
-
def
user(user: String): Free[Command, User]
http://developer.github.com/v3/users/
- Definition Classes
- Github
-
final
val
user: Free[Command, User]
http://developer.github.com/v3/users/
- Definition Classes
- Github
-
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
- Definition Classes
- Github
-
object
gitignore
- Definition Classes
- Github
-
object
search
- Definition Classes
- Github