diff --git a/PyFunceble/data/infrastructure/.PyFunceble_production.yaml b/PyFunceble/data/infrastructure/.PyFunceble_production.yaml index 9a2102eb..a6f67010 100644 --- a/PyFunceble/data/infrastructure/.PyFunceble_production.yaml +++ b/PyFunceble/data/infrastructure/.PyFunceble_production.yaml @@ -750,14 +750,8 @@ http_codes: - 510 - 511 -links: - # Provides some of the non hard-coded URLs. - - # WARNING: - # The parameters listed bellow are not implemented yet as the - # underlaying infrastructure will be rewritten. - api_date_format: "https://pyfunceble.funilrys.com/api/date-format" - api_no_referrer: "https://pyfunceble.funilrys.com/api/no-referrer" +# Not Implemented yet. Reserved for future usage and implementation. +links: {} platform: # Provides everything related to the platform. diff --git a/docs/use/configuration/parameters/links.md b/docs/use/configuration/parameters/links.md index 9f1cafa4..c24d1909 100644 --- a/docs/use/configuration/parameters/links.md +++ b/docs/use/configuration/parameters/links.md @@ -10,13 +10,7 @@ While PyFunceble has some hard coded URLs, some URL may be changed. The paramete ## Overview ```yaml title=".PyFunceble.overwrite.yaml" -links: - # Provides some of the non hard-coded URLs. - - # WARNING: - # The parameters listed bellow are not implemented yet as the - # underlaying infrastructure will be rewritten. - api_date_format: "https://pyfunceble.funilrys.com/api/date-format" - api_no_referrer: "https://pyfunceble.funilrys.com/api/no-referrer" +# Not Implemented yet. Reserved for future usage and implementation. +links: {} ``` diff --git a/tests/pyf_test_dataset.py b/tests/pyf_test_dataset.py index 4ed342b0..e02437f9 100644 --- a/tests/pyf_test_dataset.py +++ b/tests/pyf_test_dataset.py @@ -446,10 +446,7 @@ }, "self_managed": False, }, - "links": { - "api_date_format": "https://pyfunceble.funilrys.com/api/date-format", - "api_no_referrer": "https://pyfunceble.funilrys.com/api/no-referrer", - }, + "links": {}, "lookup": { "dns": True, "http_status_code": True,