-
Hello!
It would be great if the sttp-based client could be upgraded to sttp's latest version, as well as enhanced to support authenticated requests, easily achieved as presented here:
https://st…
-
Hi,
I observe weird not consistent timeout when I use Akka-Http (originally in an sttp context)
I originally supect sttp (see https://github.com/softwaremill/sttp/issues/1058) but after trying so…
-
Tapir version: 0.19.0-M1
Scala version: 2.13.5
The [enumeratum integration](0.19.0-M1) does not use the `entryName` for schema generation.
There is a fairly common pattern in enumeration to use…
-
Tapir version: 0.18.1
Scala version: 2.13.6
When using `zServerLogic` and `toHttp` pattern, if a list of endpoints are passed to `toHttp`, then the endpoint doesn't respond as if the resource is…
-
Any plans for supporting Dotty / Scala 3 ?
-
I'd like to get someone's insight on whether the URI parsing is implemented correctly.
- RAW string to be parsed into a URL`https://example.com/files/Berts%2BFile%2Bv3%2B%281%29.pdf?token=1234`
-…
-
Is a Scala 3 release planned?
What are the roadblocks?
-
I am trying to use this library to parse some data from the Zenhub API.
```
import sttp.client3._
import sttp.model._
import org.getshaka.nativeconverter.NativeConverter
import scala.collecti…
-
I'm running into the following "Predicate failed" error, while attempting to validate / decode a `Scope` of "email profile" included in the client credentials grant access token returned from my ident…
-
I am running a simple code like below on version 1.3.3
```scala
import cats.effect.{ExitCode, IO, IOApp}
import fs2.Stream
import io.github.paoloboni.binance.BinanceClient
import io.github.paol…