All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ends.bintry_2.11.0.5.2.source-code.Hosts.scala Maven / Gradle / Ivy

The newest version!
package bintry

import dispatch.{ Req, :/ }

trait Hosts {
  protected def apiHost: Req
}

trait DefaultHosts extends Hosts {
  protected def apiHost = :/("api.bintray.com").secure
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy