Skip to content

v0.1.1

Compare
Choose a tag to compare
@eugenefvdm eugenefvdm released this 26 Oct 06:40
· 31 commits to main since this release
  • Added a custom action setregistrarvalue
  • Added a helper to add custom action to the WHMCS API, for now overwriting UpdateClientAddon
  • Added updateClientDomain command in main API
  • Added direct links to WHMCS manual for all commands
  • Added exception handling in constructor if the environment is not set
  • Moved custom API command to /includes/api to mirror WHMCS setup
  • The custom API action now has rudimentary logging
  • The README has been updated to reflect how to test when doing custom actions
  • GetClientByPhoneNumber doesn't return both result "success" and message "ok". Only result.
  • Simplified all commands to be less lines long by removing redundant action variable
  • Most commands and now alphabetical with private methods at the bottom
  • API limits are now a global variable fixed to 10000