Answers
Oct 02, 2006 - 11:35 AM
You probably already had a look at this page, but just in case: https://www.enom.com/resellers/Interf...
What programming language are you looking to use the API in?
There's an adaptation to PHP here: http://www.phpclasses.org/browse/pack...
Although you want to learn it from scratch, it might be a way to see how it could be done.
Did you try to register an account with eNom? They provide the API for you when you're logged in.
Hope this helps...
Oct 04, 2006 - 05:37 AM
Thanks for link i have already gone through that links....
I have a account with eNom as reseller . Can you explain me theoretical concept of using API and I dont understand how to use API ? please....
Regards,
Sarbjit
Oct 04, 2006 - 05:51 AM
For domain registration, you would post to enom, the domain, the TLD, the contact details, number of years, your username and password for enom (as well as a few other things) enom then returns either a success or a failure.
curl is probably one of the best methods to use, depending on what language you want to use.
As you read the enom manual, it will tell you what you need to send to enom and what to expect in return. Usiing curl you can perform a HTTP post, and then get the result returned in a string for you to deal with as you need to.
Oct 04, 2006 - 04:20 PM
Oct 31, 2006 - 02:52 AM
Can you give me some idea how to use API of enom? Which language is better to support to eNom? ASP,PERL and PHP?
Add New Comment