Package

ch.becompany.social

github

Permalink

package github

Visibility
  1. Public
  2. All

Type Members

  1. case class Event(createdAt: String, message: String) extends Product with Serializable

    Permalink
  2. class GithubFeed extends SocialFeed

    Permalink

    Streams GitHub events for an organization.

  3. trait GithubJsonSupport extends SprayJsonSupport with DefaultJsonProtocol

    Permalink

    Convert GitHub events JSON to status messages.

    Convert GitHub events JSON to status messages.

    See also

    https://github.com/christianvuerings/jquery-lifestream/blob/master/src/services/github.js

  4. trait ReadOnlyJsonFormat[T] extends JsonFormat[T]

    Permalink

Value Members

  1. object GithubClient extends HttpClient with CachingSupport with GithubJsonSupport with LazyLogging

    Permalink

    Client for the GitHub REST API.

Ungrouped