bintry
package
bintry
Type Members
-
sealed
trait
Attr[T] extends AnyRef
-
case class
AttrIs[A <: bintry.Attr[_]](attr: A) extends AttrQuery[A] with Product with Serializable
-
case class
AttrOneOf[A <: bintry.Attr[_]](attrs: Iterable[A]) extends AttrQuery[A] with Product with Serializable
-
trait
AttrQuery[A <: bintry.Attr[_]] extends AnyRef
-
case class
BasicAuth(user: String, pass: String) extends Credentials with Product with Serializable
-
case class
BooleanAttr(value: Boolean) extends Attr[Boolean] with Product with Serializable
-
case class
Client(user: String, token: String, http: Http) extends Requests with Product with Serializable
-
sealed
trait
Credentials extends AnyRef
-
case class
DateAttr(value: Date) extends Attr[Date] with Product with Serializable
-
-
trait
Hosts extends AnyRef
-
case class
IntAttr(value: Int) extends Attr[Int] with Product with Serializable
-
trait
Methods extends AnyRef
-
abstract
class
Requests extends DefaultHosts with Methods
-
case class
StringAttr(value: String) extends Attr[String] with Product with Serializable
-
case class
VersionAttr(value: String) extends Attr[String] with Product with Serializable
Value Members
-
-
-
-
object
Client extends Serializable
-
object
Iso8601 extends AnyRef
-
object
Licenses extends AnyRef
-
object
Noop extends FunctionHandler[Response]
-
object
having extends AnyRef
-
implicit
def
r2h[T](f: (Response) ⇒ T): Handler[T]