oko_2.9.2.0.1.0.source-code.hosts.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of hiroko_2.9.2 Show documentation
Show all versions of hiroko_2.9.2 Show documentation
An interface for the Heroku API
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
}