You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/index.rst
+1-11Lines changed: 1 addition & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,22 +32,12 @@ Available functions:
32
32
</p>
33
33
<pstyle="margin:0;">
34
34
Thank you for using <code>flask-inputfilter</code>!<br>
35
-
If you have any questions or suggestions, please feel free to open an issue on GitHub <ahref="https://github.com/LeanderCS/flask-inputfilter">here</a>.<br>
35
+
If you have any questions or suggestions, please feel free to open an issue on <ahref="https://github.com/LeanderCS/flask-inputfilter">GitHub</a>.<br>
36
36
If you don't want to miss any updates, please star the repository.<br>
37
37
This will help me to understand how many people are interested in this project.<br>
Copy file name to clipboardExpand all lines: docs/options/external_api.rst
+12-7Lines changed: 12 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,8 @@
1
1
External API
2
2
============
3
3
4
-
This documentation provides a comprehensive overview of the external API functionality available in the `InputFilter` class. It covers the configuration, core methods, and examples of usage for interacting with external APIs.
4
+
This documentation provides a comprehensive overview of the external API functionality available in the `InputFilter` class.
5
+
It covers the configuration, core methods, and examples of usage for interacting with external APIs.
5
6
6
7
Overview
7
8
--------
@@ -11,8 +12,8 @@ This feature allows dynamic data retrieval based on user inputs, such as validat
11
12
12
13
.. note::
13
14
14
-
The external API functionality runs **after** all other filters and validators have been executed.
15
-
This means the data fetched from the external API will not be validated or filtered.
15
+
The external API functionality runs **before** all filters and validators have been executed.
16
+
This means the data fetched from the external API can be validated and/or filtered as normal.
16
17
17
18
Configuration
18
19
-------------
@@ -52,7 +53,7 @@ Basic External API Integration
52
53
53
54
.. code-block:: python
54
55
55
-
from flask_inputfilter.InputFilterimport InputFilter
0 commit comments