A Udash RESTFramework
that uses Circe instead of upickle.
libraryDependencies += "io.leonard" %%% "udash-circe" % "0.0.9"
val restServer = io.leonard.udash.CirceServerREST[Api](
dom.window.location.hostname,
port,
"/"
)
- For Udash 0.5.0 use version 0.0.4
- For Udash 0.6.0 use version 0.0.9