-
Hi guys, is it possible to get a release for httpclient-backend for scala 2.12?
-
As for now, if there're multiple classes with the same simple name (but in different packages), the generated OpenAPI docs have sth like:
![image](https://user-images.githubusercontent.com/3383210/…
-
According to [https://sttp.softwaremill.com/en/latest/backends/zio.html#using-async-http-client](docs)
`"com.softwaremill.sttp.client3" %% "async-http-client-backend-zio" % "3.0.0-RC13"` should be bu…
-
Hi there,
Im in the means of upgrading a project to scalajs 1.0.0. We use it for our SPA where our API calls to our backend are facilitated using tapir, sttp client and play-json as serializer.
…
lazno updated
3 years ago
-
There is an example for simulating exceptions in stub backend where you need to throw an exception which causes dead code warning or error (with tpolecat plugin).
URL: https://sttp.softwaremill.com…
-
cats-1.0 is here. cats-effect-1.0 is imminent. fs2-1.0 is expected quickly thereafter. Dependency releases historically prompt http4s releases Let's talk.
Goals:
- A stable release on cats/cat…
-
Tapir version: 0.17.2
Scala version: 2.13.4
A change in 0.17.2 broke existing test code written against tapir 0.17.1 with akka http backing, stating that `sttp/model/headers/CookieWithMeta` can'…
-
First off thanks for putting this project up
I had a quick question: I was just attempting to wire this library to a plain sttp AkkaHttpBackend, and noticed that the `F[_]` type in core `KeycloakCl…
-
Hello !
I'm trying to create an output stream (IEE C37.118-2005) containing a virtual device. This virtual device has no phasors but several measurements produced by a custom action adapter. When ad…
-
```
openApiInputSpec := "api.yaml"
openApiConfigFile := "config.json"
openApiGeneratorName := "scala-sttp"
openApiOutputDir := "api"
```
config.json
```
{
"sttpClientVersion": "2.2.9",
"js…