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

Only generate endpoints / schemas for certain tags

Open dbanty opened this issue 5 years ago • 0 comments

It's possible that someone will want only certain pieces of an API for their usecase. Would be nice to be able to provide a list of tags in config to include and ignore all other tags. Maybe the opposite (a list to exclude) would be useful too.

If this is set, we should probably also prune any schemas (models) that were defined but never used.

dbanty avatar May 26 '20 21:05 dbanty