Tell openapi-python-client update to not change certain folders/packages
#812
Closed
adelevie
started this conversation in
Feature request
Replies: 4 comments
|
Looks like this line could be replaced https://github.com/openapi-generators/openapi-python-client/blob/main/openapi_python_client/__init__.py#L130 with something that either:
|
0 replies
|
here's a short proof of concept: |
0 replies
|
Absolutely related, thanks for pointing out. Happy to try and take my proof concept across the finish line, but also not sure what the desired developer experience is. I do like the "ignore" terminology in #454, for what it's worth. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
When I run:
A custom folder,
utilis deleted.I'd like to have an option where
updatewill ignore the util folder.I've considered somehow bundling the
utilfolder outside of the package, but I really want something where it's straightforward to distribute some higher level code built on top of the really nice generated code.All reactions