If this is yours first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
iPhone, unfortunately I am not a developer myself and cannot provide assistance with API integration. Perhaps some of the forum members would be able to help.
I use Clientexec on my cPanel account. After reading all the things in there and the forums, I do know that they allow you to create plugins for many of your own functions and gateways. You can add servers which is beneficial to trying to create a plug in for the free-reseller account API but I have not been able to figure out how to try and do this API thing. Too many var and go gets in there and it gets confusing. I am hoping that RS would some day come up with a plugin for people like me who use both the free reseller and the cpanel accounts.
Hey
according to my knowledge , you can use API in WHMCS
They have launched WHMCS 4 which is having this facility
First I think you need to understand what API is.
API means "Application Programming Interface"; a software environment that programmers can use to create tools (or "add-ons") enhancing the functionality of a given program.
WHMCS, CLIENTEXEC, PAYPAL, OS-COMMERCE and almost every program uses some form of API
In WHMCS and Clientexec all your plugins for payments, server and accounting processes are all API.
The object of the API is to integrate your ability to use a program that may not be on your system and to write the script that both programs will understand.
I believe they are JAVA based (not Javascript) and that is what makes it hard for most people to understand and or recreate.
Comment