Improved Namecheap documentation (#221) (#232)

* Improved Namecheap documentation
This commit is contained in:
Patrick G 2017-11-29 23:51:52 -05:00 committed by Tom Limoncelli
parent f5bfcd0d6e
commit 203c4ffe85

View file

@ -6,8 +6,9 @@ jsId: NAMECHEAP
# Namecheap Provider # Namecheap Provider
## Configuration Namecheap only provides a registrar provider implementation.
## Configuration
In your providers config json file you must provide your Namecheap api In your providers config json file you must provide your Namecheap api
username and key: username and key:
@ -37,13 +38,11 @@ if BaseURL is omitted, the production namecheap url is used.
## Metadata ## Metadata
This provider does not recognize any special metadata fields unique to This provider does not recognize any special metadata fields unique to
Namecheap. Namecheap.
## Usage ## Usage
Example Javascript:
Example javascript:
{% highlight js %} {% highlight js %}
var REG_NAMECHEAP = NewRegistrar("namecheap","NAMECHEAP"); var REG_NAMECHEAP = NewRegistrar("namecheap","NAMECHEAP");
@ -69,8 +68,7 @@ D("example.tld", REG_NAMECHEAP, DnsProvider(NAMECHEAP),
{% endhighlight %} {% endhighlight %}
## Activation ## 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 enable it for your account and wait for their review process. More information
on enabling API access is [located on enabling API access is [located
here](https://www.namecheap.com/support/api/intro.aspx). here](https://www.namecheap.com/support/api/intro.aspx).