1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
# `links`
While PyFunceble has some hard coded URLs, some URL may be changed. The parameters listed below let you control some of the URLs.
!!! danger "Beware!!!!"
The parameters listed below are not implemented yet. This section is a
placeholder for future usage.
## 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"
```
|