Created
May 4, 2019 12:44
-
-
Save adamw/c791c73f405d4b93843e30f62f4b56b3 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._ | |
import tapir.openapi.OpenAPI | |
val openApi: OpenAPI = List(getBooks, getBookCover, addBook) | |
.toOpenAPI("The tapir library", "0.29.192-beta-RC1") | |
val yml: String = openApi.toYaml |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment