clovellytech / http4s-modules

Web modules built on Http4s
MIT License
30 stars 5 forks source link

Add scalajs clients #97

Open zakpatterson opened 5 years ago

zakpatterson commented 5 years ago

We should make it easy to access the endpoints via scalajs.

zakpatterson commented 4 years ago

First scalajs client is up, in #161 !!!

Tagging you @guizmaii since you thumbed this issue, awesome you found this. Let me know what you think!

I'm going to continue working on scala-js clients for the other modules, and close this when all current modules have scala-js client implementations. Let me know if you want to help out or if you have feedback.

zakpatterson commented 4 years ago

Tracking status here:

guizmaii commented 4 years ago

Hey @zakpatterson,

Thanks for the mention :)

I'll try to take some time to look at #161 today.

If you want me to watch anything you can just mention me as you did :) Usually, I watch my Github mentions almost everyday.

zakpatterson commented 4 years ago

The testing for the authClientJS project is still a mess. See #164 for more details. Basically the tests run well in the browser, but not in the node backend, so for now they're excluded from CI. testing works now in #166