Fork me on GitHub
#pedestal
<
2017-12-01
>
luskwater20:12:56

All of the attempts generate “Not found”

ddeaguiar21:12:25

@luskwater the describe-api route should be something like this /[api root]/version. If you use lein new vase foo to create your service, then the describe-api route will be available as /api/foo/v1. The relevant code for this is found https://github.com/cognitect-labs/vase/blob/master/src/com/cognitect/vase/routes.clj#L95 and https://github.com/cognitect-labs/vase/blob/master/src/com/cognitect/vase/routes.clj#L80. Hope this helps!

luskwater21:12:05

So it's just the bare root, w/o /describe-api. Excellent, thank you