http4s-circe Questions
0
I am practicing with Scala, Doobie and PostgreSQL. The database is within a Docker container. I am able to post and update jobs but unable to GET all posts. I keep getting the below error.
I have r...
Cuff asked 29/8, 2020 at 8:12
2
Solved
This tut shows how to create an http4s Request: https://http4s.org/v0.18/dsl/#testing-the-service
I would like to change this request to a POST method and add a literal json body using circe. I tr...
Mosier asked 9/4, 2018 at 5:36
1
Solved
I am trying to use http4s, circe and http4s-circe.
Below I am trying to use the auto derivation feature of circe.
import org.http4s.client.blaze.SimpleHttp1Client
import org.http4s.Status.Respon...
Fluellen asked 27/1, 2017 at 1:12
1
© 2022 - 2024 — McMap. All rights reserved.