oko_2.9.2.0.1.0.source-code.package.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 object hiroko {
import dispatch.FunctionHandler
import com.ning.http.client.Response
implicit def r2h[T](f: Response => T): Client.Handler[T] =
new FunctionHandler(f)
}