bintry

package bintry

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 Client(user: String, token: String, http: Http = ...)(implicit ec: ExecutionContext) extends Requests with Product with Serializable

  6. sealed trait Credentials extends AnyRef

  7. trait DefaultHosts extends Hosts

  8. trait Hosts extends AnyRef

  9. case class Message(message: String) extends Product with Serializable

  10. trait Methods extends AnyRef

  11. case class Name(name: String) extends Product with Serializable

  12. 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

  13. case class PackageSummary(name: String, linked: Boolean) extends Product with Serializable

  14. trait Rep[+T] extends AnyRef

    Type class for representing a response as a given type

  15. case class Repo(name: String, owner: String, desc: String, labels: List[String], created: String, packages: Int) extends Product with Serializable

  16. case class RepoSummary(name: String, owner: String) extends Product with Serializable

  17. abstract class Requests extends DefaultHosts with Methods

  18. 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

  19. 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

  1. object Attr

  2. object AttrsSearchJson

  3. object AttrsToJson

  4. object Client extends Serializable

  5. object Credentials

  6. object Iso8601

  7. object Licenses

  8. object Message extends Serializable

  9. object Rep

  10. object Util

  11. object Webhook

Ungrouped