functional-microservice-example
functional-microservice-example copied to clipboard
Idiomatic example of using functional programming to write a microservice
Results
2
functional-microservice-example issues
Sort by
recently updated
recently updated
newest added
i'm pretty sure this didn't belong here any more
Hi Tim I am using circe lib for handling json encoding and decoding at the service endpoint in your example. This lead me to create a ToDoForm case class with...