I need to use Swagger UI to document an API. I am looking at both open_api_spex and phoenix_swagger.
I remember setting up Swagger UI with Java’s Spring and that it basically just worked after installing some dependencies.
With open_api_spex and phoenix_swagger it seems to be quite a lot of work. We have to actually write code for them to understand our schemas.
Am I missing something? Why can’t they just work using existing schemas, routers and controllers?