Fork me on GitHub
#duct
<
2020-06-18
>
Jason Lee10:06:47

Does anyone know to how to setup swagger doc when using duct ?

Kevin10:06:10

You'll probably want to use reitit, instead of ataraxy

Jason Lee10:06:59

you mean ataraxy is not working with swagger ?

Kevin10:06:23

afaik ataraxy doesn't have swagger support

Kevin10:06:49

Unless you set it up manually, but I don't have experience with that

Kevin10:06:05

Reitit has built-in swagger support

Jason Lee10:06:48

how about pedestal?

Kevin10:06:45

Never used that, sorry. There is a duct module for it though https://github.com/lagenorhynque/duct.module.pedestal

Jason Lee10:06:28

seems like duct template only support ataraxy router

Jason Lee10:06:57

Thanks, I will give it a try