repatch.twitter

request

package request

Visibility
  1. Public
  2. All

Type Members

  1. trait AbstractClient extends (Method) ⇒ Req

    AbstractClient is a function to wrap API operations

  2. trait CountParam[R] extends AnyRef

  3. case class Favorite(params: Map[String, String]) extends Method with Param[Favorite] with IncludeEntitiesParam[Favorite] with Product with Serializable

    See https://dev.

  4. trait FriendParam[R] extends UserIdParam[R]

  5. case class Friendship(params: Map[String, String]) extends Method with Param[Friendship] with Product with Serializable

    See https://dev.

  6. trait IncludeEntitiesParam[R] extends AnyRef

  7. trait Method extends (Req) ⇒ Req

  8. case class OAuthClient(consumer: ConsumerKey, token: RequestToken) extends AbstractClient with Product with Serializable

  9. case class OAuthExchange(http: HttpExecutor, consumer: ConsumerKey, callback: String) extends SomeHttp with SomeConsumer with TwitterEndpoints with SomeCallback with Exchange with Product with Serializable

  10. trait Param[R] extends AnyRef

  11. case class PublicStream(params: Map[String, String]) extends Method with Param[PublicStream] with StreamParam[PublicStream] with Product with Serializable

    https://dev.

  12. case class Search(params: Map[String, String]) extends Method with Param[Search] with CountParam[Search] with Product with Serializable

  13. trait Show[A] extends AnyRef

  14. trait StreamParam[R] extends AnyRef

  15. trait TimelineParam[R] extends CountParam[R] with TrimUserParam[R] with IncludeEntitiesParam[R]

  16. trait TrimUserParam[R] extends AnyRef

  17. trait TwitterEndpoints extends SomeEndpoints

  18. trait UserIdParam[R] extends AnyRef

  19. case class UserStream(params: Map[String, String] = ...) extends Method with Param[UserStream] with StreamParam[UserStream] with Product with Serializable

    See https://dev.

Value Members

  1. object Favorite extends Serializable

  2. object Follower

  3. object Friend

  4. object Friendship extends Serializable

  5. object OAuthClient extends Serializable

  6. object PropertiesClient

  7. object PublicStream extends Serializable

  8. object Search extends Serializable

  9. object Show

  10. object Status

  11. object User

Ungrouped