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

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

Instance Constructors

  1. new Client(user: String, token: String, http: Http = new Http)(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[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  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[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  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
  15. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  16. def repo(subject: String, repo: String): Repo
    Definition Classes
    Methods
  17. def repos(subject: String): Completion[List[RepoSummary]]

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

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

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

    Search methods

    Search methods

    Definition Classes
    Methods
  29. object json
    Definition Classes
    Methods

Inherited from Serializable

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