Skip to content

v0.1 Release

Pre-release
Pre-release
Compare
Choose a tag to compare
@lareeth lareeth released this 26 Jan 22:41
· 42 commits to master since this release

To get started create a new instance of WhmcsApi, then pass in the login details and domain.

WhmcsApi(string username, string password, string domain, bool secure)

This release includes access to the following functions.

getProduct(int productId)
getProducts()
getProducts(int groupId)