File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -108,6 +108,16 @@ literal_enums: true
108
108
109
109
This is especially useful if enum values, when transformed to their Python names, end up conflicting due to case sensitivity or special symbols.
110
110
111
+ # ## generate_all_tags
112
+
113
+ ` openapi-python-client` generates module names within the `api` module based on the OpenAPI `tags` of each endpoint.
114
+ By default, only the _first_ tag is generated. If you want to generate **duplicate** endpoint functions using _every_ tag
115
+ listed, you can enable this option :
116
+
117
+ ` ` ` yaml
118
+ generate_all_tags: true
119
+ ` ` `
120
+
111
121
# ## project_name_override and package_name_override
112
122
113
123
Used to change the name of generated client library project/package. If the project name is changed but an override for the package name
You can’t perform that action at this time.
0 commit comments