Open alerem18 opened 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
would you like to contribute this feature? @alerem18
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