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

oko_2.9.0-1.0.1.0.source-code.hosts.scala Maven / Gradle / Ivy

The newest version!
package hiroko

import dispatch._
import com.ning.http.client.RequestBuilder

trait Hosts {
  def api: RequestBuilder
}

trait DefaultHosts extends Hosts {
  override def api = :/("api.heroku.com").secure
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy