bintry

package bintry

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. bintry
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. sealed trait Attr[T] extends AnyRef

  2. case class AttrIs[A <: Attr[_]](attr: A) extends AttrQuery[A] with Product with Serializable

  3. case class AttrOneOf[A <: Attr[_]](attrs: Iterable[A]) extends AttrQuery[A] with Product with Serializable

  4. trait AttrQuery[A <: Attr[_]] extends AnyRef

  5. case class BasicAuth(user: String, pass: String) extends Credentials with Product with Serializable

  6. case class BooleanAttr(value: Boolean) extends Attr[Boolean] with Product with Serializable

  7. case class Client(user: String, token: String, http: Http = dispatch.Http) extends Requests with Product with Serializable

  8. sealed trait Credentials extends AnyRef

  9. case class DateAttr(value: Date) extends Attr[Date] with Product with Serializable

  10. trait DefaultHosts extends Hosts

  11. trait Hosts extends AnyRef

  12. case class IntAttr(value: Int) extends Attr[Int] with Product with Serializable

  13. trait Methods extends AnyRef

  14. abstract class Requests extends DefaultHosts with Methods

  15. case class StringAttr(value: String) extends Attr[String] with Product with Serializable

  16. case class VersionAttr(value: String) extends Attr[String] with Product with Serializable

Value Members

  1. object AttrsFromJson

  2. object AttrsSearchJson

  3. object AttrsToJson

  4. object Client extends Serializable

  5. object Iso8601

  6. object Licenses

  7. object Noop extends FunctionHandler[Response]

  8. object having

  9. implicit def r2h[T](f: (Response) ⇒ T): Handler[T]

Inherited from AnyRef

Inherited from Any

Ungrouped