in reply to Mojolicious generate a swagger file

I’m not aware of any. Mojolicious::Plugin::OpenAPI consumes the swagger file and uses it to configure routes and I/O validation. I think this is the reverse of what you want.

  • Comment on Re: Mojolicious generate a swagger file

Replies are listed 'Best First'.
Re^2: Mojolicious generate a swagger file
by pgonis (Novice) on Jan 07, 2021 at 08:17 UTC
    Correct, like other programming frameworks can do.