Skip to content

Latest commit

 

History

10 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WHMCS-GO

WHMCS API bindings for GoLang

Usage

client, err := whmcs.NewClient(urlToWhmcs, username, password, dangerMode)
if err != nil {
	return err
}

login, err := client.Authentication.ValidateLogin(&whmcs.ValidateLoginRequest{
	Email:    whmcs.String("example@mail.com"),
	Password: whmcs.String("password"),
})
if err != nil {
	return err
}

Implemented methods

Methods are grouped in the same way as in the official documentation.

  • Authentication
    • ValidateLogin
  • Tickets (all)
  • Support (all)
  • System
    • GetEmailTemplates
    • SendAdminEmail
    • SendEmail
    • TriggerNotificationEvent

About

WHMCS API bindings for GoLang

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages