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
## 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).