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

Linear Supertypes
Serializable, Product, Equals, Requests, Methods, DefaultHosts, Hosts, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Client
  2. Serializable
  3. Product
  4. Equals
  5. Requests
  6. Methods
  7. DefaultHosts
  8. Hosts
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Client(user: String, token: String, http: Http = Http(Http.defaultClientBuilder))(implicit ec: ExecutionContext)

Type Members

  1. case class Repo(subject: String, repo: String) extends Completion[bintry.Repo] with Product with Serializable

    All methods relating to a given repo

    All methods relating to a given repo

    Definition Classes
    Methods
  2. case class User(user: String) extends Completion[bintry.User] with Product with Serializable

    User methods

    User methods

    Definition Classes
    Methods
  3. case class Webhooks(subject: String, repo: Option[String] = None) extends Completion[Response] with Product with Serializable

    Webhook methods

    Webhook methods

    Definition Classes
    Methods

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def apiHost: Req
    Attributes
    protected
    Definition Classes
    DefaultHostsHosts
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  7. def close(): Unit

    releases http resources.

    releases http resources. once closed, this client may no longer be used

  8. def complete[A](req: Req)(implicit arg0: Rep[A]): Completion[A]
    Definition Classes
    Requests
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  15. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  16. def productElementNames: Iterator[String]
    Definition Classes
    Product
  17. def repo(subject: String, repo: String): Repo
    Definition Classes
    Methods
  18. def repos(subject: String): Completion[List[RepoSummary]]

    https://bintray.com/docs/api/#_get_repositories

    https://bintray.com/docs/api/#_get_repositories

    Definition Classes
    Methods
  19. def request[T](req: Req)(handler: Handler[T]): Future[T]
    Definition Classes
    Requests
  20. def search: Search
    Definition Classes
    Methods
  21. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  22. val token: String
  23. def user(name: String): User
    Definition Classes
    Methods
  24. val user: String
  25. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  26. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  27. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  28. def webooks(subject: String, repo: Option[String] = None): Webhooks
    Definition Classes
    Methods
  29. object Search

    Search methods

    Search methods

    Definition Classes
    Methods
  30. object json
    Definition Classes
    Methods

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Requests

Inherited from Methods

Inherited from DefaultHosts

Inherited from Hosts

Inherited from AnyRef

Inherited from Any

Ungrouped