File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -160,4 +160,6 @@ cython_debug/
160
160
# .idea/
161
161
162
162
# mac
163
- * .DS_Store
163
+ * .DS_Store
164
+
165
+ .VSCodeCounter
Original file line number Diff line number Diff line change @@ -25,7 +25,12 @@ via vscode code counter tool
25
25
| -------- | ----- | ---- |
26
26
| openapi_generator_python_nextgen | 27 | 2712 |
27
27
| openapi_generator_python_prior | 30 | 5075 |
28
- | openapi_json_schema_generator_python | 365 | 12875
28
+ | openapi_json_schema_generator_python | 365 | 12701
29
+
30
+
31
+ ### openapi_json_schema_generator_python breakdown
32
+ - 7.8k src/openapi_client/paths
33
+ - most of this comes from the 3x operation typing overloads
29
34
30
35
Reasons for the openapi json scheme generator difference
31
36
- has overload type hints on all endpoints, allows input content type selection
You can’t perform that action at this time.
0 commit comments