Releases: lareeth/WHMCS.Net
Releases · lareeth/WHMCS.Net
v0.4 Release
You can additionally pass in an access key if you have it set up
WhmcsApi(string username, string password, string accessKey, string url)This release includes access to the following functions.
GetClientsDetails(int clientId)
GetStats()
v0.3 Release
The following function is now available.
GetOrders(orderId, userId, orderStatus, limitStart, limitNum)
v0.2 Release
This release breaks compatibility as functions are now written in CamelCase, just replace the first letter with an upper-case to fix.
This release also adds in unit tests to ensure that no breaking changes happen in the future.
The following function is now available.
GetInvoice(int invoiceId)
v0.1 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)