Skip to content

Commit 5f7f8b9

Browse files
committed
Investigates large amount of generated code
1 parent 69e1956 commit 5f7f8b9

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,4 +160,6 @@ cython_debug/
160160
#.idea/
161161

162162
# mac
163-
*.DS_Store
163+
*.DS_Store
164+
165+
.VSCodeCounter

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,12 @@ via vscode code counter tool
2525
| -------- | ----- | ---- |
2626
| openapi_generator_python_nextgen | 27 | 2712 |
2727
| 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
2934

3035
Reasons for the openapi json scheme generator difference
3136
- has overload type hints on all endpoints, allows input content type selection

0 commit comments

Comments
 (0)