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.
2 parents f49e9b1 + 9603310 commit 23b109cCopy full SHA for 23b109c
1 file changed
readme.md
@@ -1,5 +1,11 @@
1
# OpenAPI Parser
2
3
+
4
+
5
+
6
+
7
+
8
+
9
A simple package to parse your OpenAPI 3 documents into Python object to work with.
10
11
## How to install
@@ -72,4 +78,4 @@ for path in specification.paths:
72
78
#
73
79
# >> Operation: /users, methods: get,post
74
80
# >> Operation: /users/{uuid}, methods: get,put
75
-```
81
+```
0 commit comments