You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@b5 would love your weigh in, but I think that we do want our docs to be automated and I think now _is_the time to do it. Having incorrect docs up feels just as bad as having no docs.
I understand that having python docs up asap is a concern as well, tho, so if this isn't the exact moment, then right after python docs would be my vote.
@ramfox wanted a list of tools that can generate
openapi.yaml
api files from annotated source.In addition to generating
.yaml
the go tools can generate documentation that could be served fromqri connect
.The go-specific tools also can use struct annotation so you don’t have to chase every code change with a comment change.
swag
apidoc
net/http
swagger-inline
There are probably more. But that’s all I’m going to look for for now. Let me know if you want more.
The text was updated successfully, but these errors were encountered: