File tree 1 file changed +2
-4
lines changed
1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -25,11 +25,11 @@ via vscode code counter tool
25
25
| -------- | ----- | ---- |
26
26
| openapi_generator_python_nextgen | 28 | 2781 |
27
27
| openapi_generator_python_prior | 30 | 5075 |
28
- | openapi_json_schema_generator_python | 365 | 9256
28
+ | openapi_json_schema_generator_python | 365 | 8737
29
29
30
30
31
31
### openapi_json_schema_generator_python breakdown
32
- - 4.4k src/openapi_client/paths
32
+ - 3.9k src/openapi_client/paths
33
33
- ~ 50% of this is in operation.py
34
34
- 3.3k 7 files in src/openapi_client
35
35
- api_client.py + schemas.py are big
@@ -38,8 +38,6 @@ via vscode code counter tool
38
38
Reasons for the openapi json scheme generator difference
39
39
- has overload type hints on all endpoints, allows input content type selection
40
40
- json paths used to create files so many files made
41
- - object models have ` __getitem__ ` methods for properties
42
- - most of the code comes from paths, can itbe reduced?
43
41
44
42
## Generate
45
43
You can’t perform that action at this time.
0 commit comments