Created
February 18, 2019 12:50
-
-
Save adamw/0c201084515f09fc359b2e16fc078207 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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