Skip to content
This repository has been archived by the owner on Jan 15, 2020. It is now read-only.

Scout24/jest4s

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jest4s

jest client wrapper for scala. With blackjack.

Features

  • Return `scala.concurrent.Future`s
  • Integrated with play JSON
  • Saner default error handling (you don’t have to check return values for errors, it will blow up if something goes wrong)
  • No builder pattern galore
  • Reactive streams interface to scroll API (akka streams)

Usage

See the spec for sample usage.

Release to maven central

sbt> release with-defaults

more info wiki