object Request
- Source
- Github.scala
- Alphabetic
- By Inheritance
- Request
- 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
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
createRepoWebhook(slug: Slug, hook: WebHook)(t: AccessToken): GithubOpF[WebHook]
* https://developer.github.com/v3/repos/hooks/#create-a-hook
-
def
deleteRepoWebhook(slug: Slug, id: Long)(token: AccessToken): GithubOpF[Unit]
* https://developer.github.com/v3/repos/hooks/#delete-a-hook
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
fetchAccessToken(code: String): GithubOpF[AccessToken]
Given a tempoary access code during OAuth login, callback to github to change it into a legit access token that we can use to make API calls on the users behalf.
-
def
fetchFileFromRepository(s: Slug, p: String, ref: Reference)(t: AccessToken): GithubOpF[Option[Contents]]
* https://developer.github.com/v3/repos/contents/#get-contents
- def fetchOrganizations(keys: List[OrgKey], token: AccessToken): GithubOpF[List[Organization]]
-
def
fetchRepoWebhooks(slug: Slug)(token: AccessToken): GithubOpF[List[WebHook]]
* https://developer.github.com/v3/repos/hooks/#list-hooks
- def fetchUser(token: AccessToken): GithubOpF[User]
-
def
fetchUserData(token: AccessToken): GithubOpF[nelson.User]
retrieve the user-specifc information about the agent logging into the system.
retrieve the user-specifc information about the agent logging into the system. obtaining this information so we can have a neat user interface / experience without constantly fetching back to github.
- def fetchUserOrgKeys(token: AccessToken): GithubOpF[List[OrgKey]]
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
getDeployment(slug: Slug, id: Long)(token: AccessToken): GithubOpF[Option[Deployment]]
* https://developer.github.com/v3/repos/deployments/#get-a-single-deployment
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
listUserRepositories(token: AccessToken): GithubOpF[List[Repo]]
given a user access token, recursivly fetch all the repositories said user is an admin or collaborator for.
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
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
- @native() @throws( ... )