Hostker Api SDK 2.0
API List From: https://doc.hostker.dev/
Document: https://pkg.go.dev/github.com/csvwolf/ker.go/api
Home page: Doing?
gogetgithub.com/csvwolf/kerpackage main import ( kerApi "github.com/csvwolf/ker/api" ) funcmain(){ker:=kerApi.New(os.Getenv("KER_EMAIL"), os.Getenv("KER_SECRET_KEY")) res, err:=ker.GetDomainList() }