Package

bintry

Permalink

package bintry

Visibility
  1. Public
  2. All

Type Members

  1. sealed trait Attr[T] extends AnyRef

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

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

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

    Permalink
  5. case class Client(user: String, token: String, http: Http = new Http)(implicit ec: ExecutionContext) extends Requests with Product with Serializable

    Permalink
  6. sealed trait Credentials extends AnyRef

    Permalink
  7. trait DefaultHosts extends Hosts

    Permalink
  8. trait Hosts extends AnyRef

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

    Permalink
  10. trait Methods extends AnyRef

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

    Permalink
  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

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

    Permalink
  14. trait Rep[+T] extends AnyRef

    Permalink

    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

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

    Permalink
  17. abstract class Requests extends DefaultHosts with Methods

    Permalink
  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

    Permalink
  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

    Permalink

Value Members

  1. object Attr

    Permalink
  2. object AttrsSearchJson

    Permalink
  3. object AttrsToJson

    Permalink
  4. object Client extends Serializable

    Permalink
  5. object Credentials

    Permalink
  6. object Iso8601

    Permalink
  7. object Licenses

    Permalink
  8. object Message extends Serializable

    Permalink
  9. object Rep

    Permalink
  10. object Util

    Permalink
  11. object Webhook

    Permalink

Ungrouped