Phoenix Swagger use-cases?

Hi,
I wonder how many people here use phoenix_swagger and what are your use-cases. Do you use it for documentation, easier request execution (through swaggerUI) or something other?

Thanks!

1 Like

I think that library is outdated, I used open_api_spex last time.

I personally use it for documentation proposes, as well as for executing easily requests on a dev server, it is very handy as you can set hooks for automatic authentication and other things.

5 Likes