bintry
package
bintry
Type Members
-
sealed
trait
Attr[T] extends AnyRef
-
case class
AttrIs[A <: Attr[_]](attr: A) extends AttrQuery[A] with Product with Serializable
-
case class
AttrOneOf[A <: Attr[_]](attrs: Iterable[A]) extends AttrQuery[A] with Product with Serializable
-
trait
AttrQuery[A <: Attr[_]] extends AnyRef
-
case class
Client(user: String, token: String, http: Http = ...)(implicit ec: ExecutionContext) extends Requests with Product with Serializable
-
sealed
trait
Credentials extends AnyRef
-
-
trait
Hosts extends AnyRef
-
case class
Message(message: String) extends Product with Serializable
-
trait
Methods extends AnyRef
-
case class
Name(name: String) extends Product with Serializable
-
case class
Package(name: String, repo: String, owner: String, desc: Option[String], labels: List[String], attrNames: List[String], followers: Int, created: String, updated: String, web: Option[String], issueTracker: Option[String], githubRepo: Option[String], vcs: Option[String], githubReleaseNotes: String, publicDownloadNumbers: Boolean, links: List[String], versions: List[String], latestVersion: Option[String], rating: Int, systemIds: List[String]) extends Product with Serializable
-
case class
PackageSummary(name: String, linked: Boolean) extends Product with Serializable
-
trait
Rep[+T] extends AnyRef
-
case class
Repo(name: String, owner: String, desc: String, labels: List[String], created: String, packages: Int) extends Product with Serializable
-
case class
RepoSummary(name: String, owner: String) extends Product with Serializable
-
-
case class
User(name: String, fullName: String, gravatar: String, repos: List[String], organizations: List[String], followerCount: Int, registered: String, bytesUsed: Long) extends Product with Serializable
-
case class
Version(name: String, desc: Option[String], pkg: String, repo: String, owner: String, labels: List[String], attrNames: List[String], created: String, updated: String, released: String, ordinal: Int, vcsTag: Option[String]) extends Product with Serializable
Value Members
-
-
-
-
object
Client extends Serializable
-
-
-
-
object
Message extends Serializable
-
object
Rep
-
-