Re: [akka-user] [Akka Typed] Spawned effect in Akka Typed testing

2018-03-13 Thread Nishant Vishwakarma
Hi Christopher, Thanks for the response. We have made progress with retrieveEffect API. However, the API you suggested like expectEffect[Spawned] which returns the Spawned effect for further assertion on properties if need be, will be really useful. Thanks and Regards, Nishant On Tuesday, Mar

[akka-user] Announcing discuss.akka.io!

2018-03-13 Thread Konrad 'ktoso' Malawski
Dear hakkers, We’re pleased to announce a new way to communicate with the core team and communities around the Akka projects (including Akka HTTP, Alpakka the various persistence plugins and all other community projects), as well as downstream projects such as Play and Lagom: discuss.akka.io

[akka-user][deprecated] Akka http client - post an form data array

2018-03-13 Thread robin nagpal
I want to post a form data corresponding to this request curl https://api.onfido.com/v2/applicants/1030303-123123-123123/checks \ -H "Authorization: Token token=your_api_token" \ -d 'type=standard' \ -d 'reports[][name]=identity' \ -d 'reports[][name]=criminal_history'