openapi-python-client
openapi-python-client copied to clipboard
Only generate endpoints / schemas for certain tags
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.