openapi-python-client icon indicating copy to clipboard operation
openapi-python-client copied to clipboard

Support multiple tags in each endpoint

Open paulo-raca opened this issue 3 years ago • 0 comments

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 :sweat_smile:, but works beautifully and functions can now be found anywhere we expect them to be.

paulo-raca avatar Oct 20 '22 06:10 paulo-raca