leonardehrenfried / udash-circe   0.0.10

Apache License 2.0 GitHub

Circe REST framework for Udash

Scala versions: 2.12
Scala.js versions: 0.6

udash-circe

Latest version

A Udash RESTFramework that uses Circe instead of upickle.

Installation

libraryDependencies += "io.leonard" %%% "udash-circe" % "0.0.9"

Usage

val restServer = io.leonard.udash.CirceServerREST[Api](
  dom.window.location.hostname,
  port,
  "/"
)

Udash versions

  • For Udash 0.5.0 use version 0.0.4
  • For Udash 0.6.0 use version 0.0.9