-
https://github.com/http4s/http4s-jdk-http-client
-
I suggest some changes:
- [x] rename `backend` package to `client` as it's named in `sttp`
- [x] consider support for `sttp.client3`
- [x] add integration with `tapir`: `ServerEndpoint` may be sp…
-
https://armeria.dev/ is a great Netty based http/grpc client. Would be great to have Armeria backend on sttp
-
Hi there! Do you plan to have any integration with mock-server https://www.mock-server.com/ ?
It seems to be useful for integration testing.
I tried to implement it myself but the implementation …
-
#### Bug Report Checklist
- [x] Have you provided a full/minimal spec to reproduce the issue?
- [x] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagg…
-
Usually in REST applications one endpoint provide multiple models for response, generally at least one model for successful response and one for error.
It could be very useful to able to describe eve…
-
Following up on https://github.com/softwaremill/tapir/issues/965
While the solution works fine for regular case classes, it's insufficient for [`newtype`](https://github.com/estatico/scala-newtype)…
-
I get this error and after that logs does not work any more:
`2021-09-26 19:21:06,796 DEBUG [appender-31] c.w.mining.MinerImpl - Next attempt for acc=3P5KC6qJH9TjDdQfgnvP1FpAg2Wa551JZEC in 657,337 …
-
When recently migrating to Tapir 0.17.x I've noticed missing implicit `Schema`:
```
could not find implicit value for evidence parameter type sttp.tapir.Schema[...]
```
Fortunately this has been m…
-
Tapir version: 0.17.2
Scala version: 2.13.4
**Describe the bug**
Some strange parts of the code fails with error:
```
tapir-test[ERROR] Exception in thread "main" java.lang.ExceptionInIni…