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

cat_2.9.3.0.1.1.source-code.hosts.scala Maven / Gradle / Ivy

The newest version!
package hubcat

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

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