typesafehub / conductr-lib

Other
8 stars 13 forks source link

Play API #28

Closed huntc closed 9 years ago

huntc commented 9 years ago

Introduces the Play.WS implementation of the API

Also cleans up a few little things with the Scala/Akka implementations in the spirit of consistency.

Finally, introduces an extension to the LocationCache type so that eviction may be supported.

huntc commented 9 years ago

@edwardcallahan Can you please review, particularly the README for Play and the tests. This should provide all that you need for Sherpa to do Play/Java. Thanks!

huntc commented 9 years ago

@jroper @richdougherty @pvlugter @dotta Please feel free to review! I've attempted to make the Play API as idiomatic as I can. My goal is for Play developers to feel right at home with the API.

huntc commented 9 years ago

test this please

edwardcallahan commented 9 years ago

Nice. That is a way more approachable than the createPayload, follow the redirect and map promise dance of current.