Restriction of subsets of swagger-files used for generation #86
Labels
discussion
Enhancement or issue should be discussed and validated
feature request
Proposal for a new feature
question
Further information is requested
A single swagger-file might:
Currently there is no way to restrict which definitions and paths/endpoints will be used for model+service generation, i.e. some of them might be superfluous for a given front-end. It would be nice to have (at least) one of the following features:
x-acg-omit: true
) used to tag an endpoint (= [path, HTTP-method]). The result would, again, be the omission of the given endpoint and consequently unused definitions.Does it sound reasonable?
The text was updated successfully, but these errors were encountered: