Skip to content

Instantly share code, notes, and snippets.

@adamw
Created February 18, 2019 12:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adamw/0c201084515f09fc359b2e16fc078207 to your computer and use it in GitHub Desktop.
Save adamw/0c201084515f09fc359b2e16fc078207 to your computer and use it in GitHub Desktop.
import tapir.docs.openapi._
import tapir.openapi.circe.yaml._
val docs: OpenAPI = List(addBook, findBook).toOpenAPI(
"The Tapir Library", "1.0")
val docsYaml: String = docs.toYaml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment