mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-17 17:55:42 +00:00
docs: update README.md
This commit is contained in:
parent
b6353016a9
commit
d406ace7cd
11
README.md
11
README.md
@ -1,6 +1,7 @@
|
|||||||
# Domain Watchdog
|
# Domain Watchdog
|
||||||
|
|
||||||
Domain Watchdog is a standalone application that collects RDAP open access information about domain names, to track their history and purchase them.
|
Domain Watchdog is a standalone application that collects RDAP open access information about domain names, to track
|
||||||
|
their history and purchase them.
|
||||||
|
|
||||||
## Why use it?
|
## Why use it?
|
||||||
|
|
||||||
@ -28,13 +29,15 @@ names. The data is organized in a SQL database to minimize space by ensuring an
|
|||||||
|
|
||||||
### Connector Provider
|
### Connector Provider
|
||||||
|
|
||||||
A connector is a way to order a domain name. It is important to mention that this project does not act as a payment intermediary.
|
A connector is a way to order a domain name. It is important to mention that this project does not act as a payment
|
||||||
Indeed, the user's credentials are directly used to enable the purchase via the provider's API. To this end, the user gives his consent to define the legal framework in which the use of his account with the provider's API will be made.
|
intermediary.
|
||||||
|
Indeed, the user's credentials are directly used to enable the purchase via the provider's API. To this end, the user
|
||||||
|
gives his consent to define the legal framework in which the use of his account with the provider's API will be made.
|
||||||
|
|
||||||
The table below lists the supported API connector providers:
|
The table below lists the supported API connector providers:
|
||||||
|
|
||||||
| Provider | Documentation | Supported |
|
| Provider | Documentation | Supported |
|
||||||
|:------------:|------------------------------------------------------------------------------------------------------|:---------:|
|
|:---------:|---------------------------------------------------------------|:---------:|
|
||||||
| OVH | https://api.ovh.com | **Yes** |
|
| OVH | https://api.ovh.com | **Yes** |
|
||||||
| GANDI | https://api.gandi.net/docs/domains/ | **Yes** |
|
| GANDI | https://api.gandi.net/docs/domains/ | **Yes** |
|
||||||
| NAMECHEAP | https://www.namecheap.com/support/api/methods/domains/create/ | **No** |
|
| NAMECHEAP | https://www.namecheap.com/support/api/methods/domains/create/ | **No** |
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user