Object

nelson

Github

Related Doc: package nelson

Permalink

object Github

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

Type Members

  1. final case class Asset(id: Long, name: String, state: String, url: String, content: Option[String] = None) extends Product with Serializable

    Permalink
  2. final case class Contents(base64: String, name: String, size: Long) extends Product with Serializable

    Permalink
  3. final case class DeleteRepoWebHook(slug: Slug, id: Long, token: AccessToken) extends GithubOp[Unit] with Product with Serializable

    Permalink
  4. sealed trait Event extends AnyRef

    Permalink
  5. final case class GetAccessToken(fromCode: String) extends GithubOp[AccessToken] with Product with Serializable

    Permalink
  6. final case class GetFileFromRepository(slug: Slug, path: String, tagOrBranch: String, t: AccessToken) extends GithubOp[Option[Contents]] with Product with Serializable

    Permalink
  7. final case class GetOrganizations(keys: List[OrgKey], token: AccessToken) extends GithubOp[List[Organization]] with Product with Serializable

    Permalink
  8. final case class GetRelease(slug: Slug, releaseId: ID, t: AccessToken) extends GithubOp[Release] with Product with Serializable

    Permalink
  9. final case class GetReleaseAssetContent(asset: Asset, t: AccessToken) extends GithubOp[Asset] with Product with Serializable

    Permalink
  10. final case class GetRepoWebHooks(slug: Slug, token: AccessToken) extends GithubOp[List[WebHook]] with Product with Serializable

    Permalink
  11. final case class GetUser(token: AccessToken) extends GithubOp[User] with Product with Serializable

    Permalink
  12. final case class GetUserOrgKeys(token: AccessToken) extends GithubOp[List[OrgKey]] with Product with Serializable

    Permalink
  13. final case class GetUserRepositories(token: AccessToken) extends GithubOp[List[Repo]] with Product with Serializable

    Permalink
  14. final class GithubHttp extends ~>[GithubOp, IO]

    Permalink
  15. sealed trait GithubOp[A] extends AnyRef

    Permalink
  16. type GithubOpF[A] = Free[GithubOp, A]

    Permalink
  17. final case class OrgKey(id: Long, slug: String) extends Product with Serializable

    Permalink
  18. final case class PingEvent(zen: String) extends Event with Product with Serializable

    Permalink

    this is sent by github when the hook is initially setup, just to make sure that the specified location is actually reachable by github and is responding

  19. final case class PostRepoWebHook(slug: Slug, hook: WebHook, t: AccessToken) extends GithubOp[WebHook] with Product with Serializable

    Permalink
  20. final case class Release(id: Long, url: String, htmlUrl: String, assets: List[Asset], tagName: String) extends Product with Serializable

    Permalink
  21. final case class ReleaseEvent(id: Long, slug: Slug, repositoryId: Long) extends Event with Product with Serializable

    Permalink
  22. final case class User(login: String, avatar: URI, name: String, email: Option[String]) extends Product with Serializable

    Permalink
  23. final case class WebHook(id: Long, name: String, events: List[String], active: Boolean, config: Map[String, String]) extends Product with Serializable

    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. object Interpreter

    Permalink
  5. object Request

    Permalink
  6. object WebHook extends Serializable

    Permalink
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  13. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  15. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  18. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped