Is compojure-api's only job making APIs, or can I use it to make the rest of my website as well?
I'm giving it a look and I'm a little lost coming from Compojure
The names are very close, but they seem pretty different 😅
@alice welcome! you can use c-api in all the places you would use compojure.
@andreasp1994 spec-tools does the spec=>swagger, see metosin/c2 repo for examples.
@metametadata the data should accumulate, so you can put the :responses
to a root context, e.g. (api (context "" [] :responses {200 ...} ...))
@sidiv14.it haven't see such a tool, would be great if one existed.