mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-10-06 20:05:50 +08:00
* Improved Namecheap documentation
This commit is contained in:
parent
f5bfcd0d6e
commit
203c4ffe85
1 changed files with 4 additions and 6 deletions
|
@ -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).
|
||||||
|
|
Loading…
Add table
Reference in a new issue