bintry

Client

case class Client(user: String, token: String, http: 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
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Client(user: String, token: String, http: 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

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

    User methods

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

    Webhook methods

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. object Search

    Search methods

  7. def apiHost: Req

    Attributes
    protected
    Definition Classes
    DefaultHostsHosts
  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def close(): Unit

    releases http resources.

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

  11. def complete[A](req: Req)(implicit arg0: Rep[A]): Completion[A]

    Definition Classes
    Requests
  12. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  13. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  15. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  16. object json

    Definition Classes
    Methods
  17. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  18. final def notify(): Unit

    Definition Classes
    AnyRef
  19. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  20. def repo(subject: String, repo: String): Repo

    Definition Classes
    Methods
  21. def repos(subject: String): Completion[List[RepoSummary]]

    https://bintray.

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

    Definition Classes
    Methods
  22. def request[T](req: Req)(handler: Handler[T]): Future[T]

    Definition Classes
    Requests
  23. def search: Search.type

    Definition Classes
    Methods
  24. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  25. val token: String

  26. def user(name: String): User

    Definition Classes
    Methods
  27. val user: String

  28. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. def webooks(subject: String, repo: Option[String] = None): Webhooks

    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