pedestal

gtbono 2024-06-07T02:01:25.466429Z

is there an easy way of generating swagger with pedestal + plumatic/schema that is not frankiesardo/route-swagger or oliyh/pedestal-api?

gtbono 2024-06-08T08:59:17.569799Z

how did you set it up? does it outputs openapi 3.0?

2024-06-08T17:58:10.469039Z

The json it outputs says it's swagger 2.0. I set it up by following the example app in oliyh/route-swagger.

2024-06-07T16:56:39.190979Z

If your objection to frankiesardo/route-swagger is that it doesn't work, there's oliyh/route-swagger, which does. I'm using it with pedestal 0.6.4.

hlship 2024-06-07T18:54:07.840159Z

io.pedestal/pedestal 0.7.0-rc-2 Pedestal is a set of Clojure libraries that bring the core Clojure principles - Simplicity, Power, and Focus - to server-side development. https://github.com/pedestal/pedestal This second release candidate adds back in missing clj-kondo config files, and bumps a few dependencies to latest.