pheymann / typedapi

Build your web API on the type level.
MIT License
161 stars 10 forks source link

Fix ScalaJS client setup #20

Closed pheymann closed 6 years ago

pheymann commented 6 years ago

Right now we compile the http4s client to ScalaJS, but as of now, http4s isn't supporting that. It is planned for the next release 0.19 though.

To overcome this problem, I implemented a basic http client using scalajs-doms Ajax class.