-
I have been looking for an example of using oauth2, tapir and http4s but haven't found it.
Even though an example using http4s would be a perfect fit for me, any examples of using tapir and oauth2 …
-
Hi,
I was wondering if you are willing to accept a PR that would support Play WS as a client (in addition to sttp).
Note that:
- I don't know yet is this do-able
- I don't know yet if this mak…
-
Hi @adamw,
I want to create an `SttpBackend[zio.Task, Any]` by wrapping a `FetchBackend`.
In my naive thinking, this should work something like this:
```scala
class ZioFetchBackend(fetchBackend:…
-
Would be great to have a release for latest dotty. It's needed to update sttp client to latest. Thanks!
adamw updated
4 years ago
-
Hi
I'm trying to write a test for zio "1.0.3" & sttp "3.0.0-RC5" and have an issue with Has[_].
```
java.lang.Error: Defect in zio.Has: Set(SttpBackend[=λ %2:0 → ZIO[-Any,+Throwable,+2:0],+{Zio…
-
Hi
just bumped into an error:
```scala
Fiber failed.
An unchecked error was produced.
java.lang.Error: Defect in zio.Has: Set(SttpBackend[=λ %2:0 → ZIO[-Any,+Throwable,+2:0],+{ZioStreams & pa…
-
Issue : HTTPS request made using proxy. When provided with invalid credentials i.e invalid username or password for proxy will result in proxy authentication failure which leads to infinite retries t…
-
**Describe the bug**
Can not find waves-all*.jar in 1.2.20 waves docker image
In https://github.com/wavesplatform/Waves/blob/master/docker/Dockerfile
line 65
COPY --from=builder /waves/node/targ…
-
Tapir version: **0.17.0-M6**
Scala version: **2.13.3**
**What is the problem?**
Creating an endpoint with `query[Instant]` or `query[ZonedDateTime` input parameters does not result in `format…
-
It seems the
``` scala
type SttpClient = Has[Sttp.Service]
```
and
``` scala
object SttpClient {
...
}
```
will make the compiler cannot infer the type.
``` scala
ZIO.accessM…