Join Slack
Powered by
One way to do is register an API endpoint to downl...
# ktor
o
orangy
02/06/2017, 8:19 PM
One way to do is register an API endpoint to download spec:
get(”/api/specification”) { call.respond(specification) }
which would emit final spec in desired format.
Open in Slack
Previous
Next