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
Currently when an endpoint has multiple tags, the first tag is used and
everything else is ignored.
This PR modifies it so endpoints with multiple tags are added to each of
the tags.
Yes, this results in repeated code 😅, but works beautifully
and functions can now be found anywhere we expect them to be.
---------
Co-authored-by: Dylan Anthony <[email protected]>
Co-authored-by: Dylan Anthony <[email protected]>
Warning(s) encountered while generating. Client was generated, but some pieces may be missing
6
+
7
+
WARNING parsing GET / within default.
8
+
9
+
Invalid response status code abcdef (not a valid HTTP status code), response will be omitted from generated client
10
+
11
+
12
+
If you believe this was a mistake or this tool is missing a feature you need, please open an issue at https://github.com/openapi-generators/openapi-python-client/issues/new/choose
0 commit comments