From d406ace7cd1262754b981baf2790283d2f416f8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ma=C3=ABl=20Gangloff?= Date: Thu, 8 Aug 2024 13:17:03 +0200 Subject: [PATCH] docs: update README.md --- README.md | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 6fc5f05..fee5b54 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # 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? @@ -28,16 +29,18 @@ names. The data is organized in a SQL database to minimize space by ensuring an ### 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. -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. +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. +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: -| Provider | Documentation | Supported | -|:------------:|------------------------------------------------------------------------------------------------------|:---------:| -| OVH | https://api.ovh.com | **Yes** | -| GANDI | https://api.gandi.net/docs/domains/ | **Yes** | -| NAMECHEAP | https://www.namecheap.com/support/api/methods/domains/create/ | **No** | +| Provider | Documentation | Supported | +|:---------:|---------------------------------------------------------------|:---------:| +| OVH | https://api.ovh.com | **Yes** | +| GANDI | https://api.gandi.net/docs/domains/ | **Yes** | +| NAMECHEAP | https://www.namecheap.com/support/api/methods/domains/create/ | **No** | ### Watchlist