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

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

The newest version!
package hubcat

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

trait Hosts {
  def apiHost: RequestBuilder
}

trait DefaultHosts extends Hosts {
  import Types.GithubJson
  def apiHost = :/("api.github.com").secure <:< Map("Content-Type" -> GithubJson)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy