GenieFramework / SwagUI.jl

A simple way to add Swagger UI to your web application.
MIT License
19 stars 1 forks source link

is there anyway to automate process of document generation? #13

Open alerem18 opened 1 year ago

alerem18 commented 1 year ago

something like django you add swagger to the project and then you can add a new url which includes all other urls and so you have a documentation ready for all endpoints at once without doing it manually like SwaggerMarkdown here

AbhimanyuAryan commented 1 year ago

I don't know how django does it but no documentation is not automatically created with genie(yet). We are doing manual documentation for API with SwaggerMarkdown: https://github.com/GenieFramework/PkgVizBoard/blob/master/routes.jl

and yes I agree it's painful

AbhimanyuAryan commented 1 year ago

would you like to contribute this feature? @alerem18