tapir icon indicating copy to clipboard operation
tapir copied to clipboard

Rapid development of self-documenting APIs

Results 292 tapir issues
Sort by recently updated
recently updated
newest added

Following [this conversation](https://softwaremill.community/t/reg-validation-of-endpoints-against-provided-schema/451): It would be very helpful to have a tool that can generate requests & responses from an `Endpoint` definition. Motivation: There are many ways we can use...

Hello! In http4s there is [streamJsonArrayEncoderOf](https://github.com/http4s/http4s/blob/50f988442c15193b3495ca695997c14a2dd778b6/circe/src/main/scala/org/http4s/circe/CirceInstances.scala#L171) which allows you to use fs2.Stream but encode it as a valid JSON Array. When in one of our services we switched to Tapir...