From 203c4ffe853e20e555d9b4ec0cc8cb98dc2321e6 Mon Sep 17 00:00:00 2001 From: Patrick G Date: Wed, 29 Nov 2017 23:51:52 -0500 Subject: [PATCH] Improved Namecheap documentation (#221) (#232) * Improved Namecheap documentation --- docs/_providers/namecheap.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/docs/_providers/namecheap.md b/docs/_providers/namecheap.md index 2cfbb8f0e..14126b7bf 100644 --- a/docs/_providers/namecheap.md +++ b/docs/_providers/namecheap.md @@ -6,8 +6,9 @@ jsId: NAMECHEAP # Namecheap Provider -## Configuration +Namecheap only provides a registrar provider implementation. +## Configuration In your providers config json file you must provide your Namecheap api username and key: @@ -37,13 +38,11 @@ if BaseURL is omitted, the production namecheap url is used. ## Metadata - This provider does not recognize any special metadata fields unique to Namecheap. ## Usage - -Example javascript: +Example Javascript: {% highlight js %} var REG_NAMECHEAP = NewRegistrar("namecheap","NAMECHEAP"); @@ -69,8 +68,7 @@ D("example.tld", REG_NAMECHEAP, DnsProvider(NAMECHEAP), {% endhighlight %} ## Activation - -In order to activate api functionality on your Namecheap account, you must +In order to activate API functionality on your Namecheap account, you must enable it for your account and wait for their review process. More information on enabling API access is [located here](https://www.namecheap.com/support/api/intro.aspx).