kentonh / gPanel

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

Server API Documentation #63

Closed george-e-shaw-iv closed 6 years ago

george-e-shaw-iv commented 6 years ago

Severity level (1-10):

1

Files/Directories Involved:

pkg/api/server/ pkg/api/server/*

Description:

The functions themselves and the API documentation needs updated. The only two APIs in this package that allow (and require) data from these APIs is the shutdown api and the restart api. Their request data should look like this:

{
    "graceful": true
}

Personal Comments: