We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9762b79 commit 2e6fb6aCopy full SHA for 2e6fb6a
docs/api/index.rst
@@ -0,0 +1,9 @@
1
+API Reference
2
+=============
3
+
4
+Documentation with information of functions, classes or methods and all other parts of the OpenAPI-core public API.
5
6
+.. toctree::
7
+ :maxdepth: 1
8
9
+ openapi
docs/api/openapi.rst
@@ -0,0 +1,5 @@
+`OpenAPI` class
+===============
+.. autoclass:: openapi_core.OpenAPI
+ :members:
docs/index.rst
@@ -11,6 +11,7 @@ openapi-core
11
customizations/index
12
security
13
extensions
14
+ api/index
15
contributing
16
17
Openapi-core is a Python library that adds client-side and server-side support
0 commit comments