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: apis/README.md
+1-5Lines changed: 1 addition & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -73,11 +73,7 @@ Mixing JSONSchema with OpenAPI schema needs some additional steps:
73
73
74
74
The current python-based packages use the aiohttp-apiset library to create routes from the defined API. The aiohttp-apiset library requires a physical file to create the routes. Therefore one needs to generate that file by following:
75
75
76
-
1. Generate a 1 file OpenAPI formatted file using [prance](https://pypi.org/project/prance/):
1. Generate a 1 file OpenAPI formatted file using [prance](https://pypi.org/project/prance/). By using [openapi-resolver](../scripts/openapi/oas_resolver).
81
77
2. Copy the generated file in a folder in the python-based code and use it.
82
78
83
79
### Python: in development and should be available soon
0 commit comments