gPanel/pkg/api
Hoang Dang 2c823b02a9 setup a readme file for api calls #39
(cherry picked from commit 9c6e90b)
2017-10-28 19:10:48 -05:00
..
api_handler.go boltdb is working as well as authentication and registration for users. you can take it in index.html of the webhost 2017-10-26 14:50:25 -05:00
README.md setup a readme file for api calls #39 2017-10-28 19:10:48 -05:00
user.go check if user already exists in registration process 2017-10-27 14:32:00 -05:00

A list of API calls

func UserAuthentication(res http.ResponseWriter, req *http.Request) bool

func UserRegistration(res http.ResponseWriter, req *http.Request) bool