tapir
tapir copied to clipboard
Rapid development of self-documenting APIs
I don't see a scala 3 artifact for tapir-akka-http-server on mvnrepository and I assume this is because Akka only had builds for scala 2. However, Akka recently published artifacts for...
Preliminary roadmap: - [x] a most basic interpreter, without any special capabilities (such as WebSockets or streaming), passing only the basic testsuite. The supported effect type is `scala.concurrent.Future`. - [x]...
Similarly as for files - see the `Files` and `Resources` classes
See: https://github.com/ghik/silencer/issues/45
Guys, I've got the following problem with schema generation for case classes that contain another case classes as fields, and types of these fields are declared in the companion object...
Tapir version: 0.14.4 Scala version: 2.13.2 **Describe the bug** Tapir Codec don't work on case class which contains recursive Seq object and the jsonBody output is Seq/Vector object **How to...
Hello! In my organization we are using tapir and it feels like a very good tool. Nevertheless we are also heavily using [JSON RPC protocol](https://www.jsonrpc.org/specification) and tapir doesn't help us...
I'm currently migrating lot of endpoints from akka-http to tapir. And sometimes we used some really handy akka features in our code. My current struggle is the `Map[String, V]` handling;...
Tapir version: 0.16.16 Scala version: 2.13.1 **Describe the bug** I want to use objects in query parameters ```scala def jsonQuery[T: Encoder : Decoder : Schema](name: String): EndpointInput.Query[T] = { implicit...
Parse, and generate endpoint-tags as expected.