-
Needed for sttp-client zio backends. Thanks!
adamw updated
3 years ago
-
Version 3.3.3 of circe artifact doesn't have Scala 3 support: https://mvnrepository.com/artifact/com.softwaremill.sttp.client3/circe
Maybe that's because circe was not ready yet? Is it possible to …
-
Tapir assumes a `BigDecimal` to be encoded to a string, whereas Circe encodes it to a number. This mismatch results in incorrect OpenAPI documentation.
tapir:
```scala
implicit val schemaForBig…
-
-
Tapir does not generate a schema for enums. In stead it describes the enum in any schema that uses it. When using `openapi-generator` to generate frontend code, I end up with multiple types for what e…
-
I've been reading the documentation for days and still don't seems to figure out how to solve this problem
It's a Simple common usecase
package scala
import sttp.client3._
import com.googl…
-
Each input to the endpoint can be validated using `sttp.tapir.Validator`. It would be great if there is a possibility to document such validation in OpenAPi some way.
Currently such failures end up…
-
Tapir version: 0.15
**Describe the bug**
Hello. I have this code:
```scala
val send: Endpoint[(Option[String], IncomingTextMessage), Unit, StatusCode, Nothing] =
endpoint.post
.in(…
-
e.g. Spotify uses an `/authorize` path instead of `/login`.
Current workaround:
`val uri = AuthorizationCodeProvider[Uri, F].loginLink(scope = scopes).path("authorize")`
A similar situation …
-
The syntax for most predicates in CQL is "expression OPERATOR expression". The syntax for the spatial operators, however, is OPERATOR(expression,expression). This seems oddly incongruous and was inh…