yoyo

package yoyo

Visibility
  1. Public
  2. All

Type Members

  1. case class Account(id: String, username: String, apiToken: String, bio: Option[String], callback: Option[String], apiUser: Boolean, subscribable: Boolean, name: Option[String], needsLoc: Boolean, photo: Option[String], tok: String, welcomeLink: Option[String]) extends Product with Serializable

  2. case class Count(subscribers: Long) extends Product with Serializable

  3. case class Delivery(success: Boolean, id: String) extends Product with Serializable

  4. sealed trait Exists extends AnyRef

  5. trait Rep[T] extends AnyRef

  6. case class Yo(token: String, http: Http = new Http)(implicit ec: ExecutionContext) extends Product with Serializable

    justyo - http://dev.justyo.co/yo/documents.html

Value Members

  1. object BuildInfo extends Product with Serializable

    This object was generated by sbt-buildinfo.

  2. object Exists

  3. object Rep

  4. object Yo extends Serializable

Ungrouped