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

Latest commit

 

History

History
22 lines (15 loc) · 730 Bytes

README.org

File metadata and controls

22 lines (15 loc) · 730 Bytes

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