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: README.md
+15-15Lines changed: 15 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,18 +40,18 @@ Check documentation to see more details about the features. All documentation is
40
40
41
41
## Integrations compatibility matrix
42
42
43
-
Supported [Integrations](https://openapi-core.readthedocs.io/en/latest/integrations.html) and it's versions:
44
-
45
-
| Integration | Version(s) |
46
-
| --- | --- |
47
-
| AIOHTTP | versions 3.8+ and 3.11+ tracks |
48
-
| Django | versions 4 and 5 |
49
-
| Falcon | version 4 |
50
-
| FastAPI | versions 0.11x and 0.12x |
51
-
| Flask | versions 2 and 3 |
52
-
| Requests | default dependency set |
53
-
| Starlette | versions 0.4x and 0.5x |
54
-
| Werkzeug | default dependency set |
43
+
Supported [Integrations](https://openapi-core.readthedocs.io/en/latest/integrations/) and it's versions:
44
+
45
+
| Integration | Version(s) | Documentation |
46
+
| --- | --- | --- |
47
+
|[AIOHTTP](https://openapi-core.readthedocs.io/en/latest/integrations/aiohttp/)| versions 3.8+ and 3.11+ tracks |
48
+
|[Django](https://openapi-core.readthedocs.io/en/latest/integrations/django/)| versions 4 and 5 |
49
+
|[Falcon](https://openapi-core.readthedocs.io/en/latest/integrations/falcon/)| version 4 |
50
+
|[FastAPI](https://openapi-core.readthedocs.io/en/latest/integrations/fastapi/)| versions 0.11x and 0.12x |
51
+
|[Flask](https://openapi-core.readthedocs.io/en/latest/integrations/flask/)| versions 2 and 3 |
52
+
|[Requests](https://openapi-core.readthedocs.io/en/latest/integrations/requests/)| default dependency set |
53
+
|[Starlette](https://openapi-core.readthedocs.io/en/latest/integrations/starlette/)| versions 0.4x and 0.5x |
54
+
|[Werkzeug](https://openapi-core.readthedocs.io/en/latest/integrations/werkzeug/)| default dependency set |
55
55
56
56
## Installation
57
57
@@ -99,11 +99,11 @@ body = result.body
99
99
security = result.security
100
100
```
101
101
102
-
The request object should implement the OpenAPI Request protocol. Check [Integrations](https://openapi-core.readthedocs.io/en/latest/integrations.html) to find officially supported implementations.
102
+
The request object should implement the OpenAPI Request protocol. Check [Integrations](https://openapi-core.readthedocs.io/en/latest/integrations/) to find officially supported implementations.
103
103
104
-
For more details read about the [Unmarshalling](https://openapi-core.readthedocs.io/en/latest/unmarshalling.html) process.
104
+
For more details read about the [Unmarshalling](https://openapi-core.readthedocs.io/en/latest/unmarshalling/) process.
105
105
106
-
If you just want to validate your request/response data without unmarshalling, read about [Validation](https://openapi-core.readthedocs.io/en/latest/validation.html) instead.
106
+
If you just want to validate your request/response data without unmarshalling, read about [Validation](https://openapi-core.readthedocs.io/en/latest/validation/) instead.
0 commit comments