kentonh / gPanel

A web-hosting control panel written in Go.
MIT License
80 stars 25 forks source link

Document all undocumented APIs #113

Open george-e-shaw-iv opened 6 years ago

george-e-shaw-iv commented 6 years ago

Severity level (1-10):

8

Files/Directories Involved:

pkg/api/*

Description:

Some of the APIs are documented, but most are not. They all need to be.

By documented I mean all of their methods need commented and all of the packages need a README.md that follows the API comment documentation standard. For an example look at the users package.

Personal Comments: