openapi-spec-generator
openapi-spec-generator copied to clipboard
Customisation
Great to see my original effort has been forked and improved so much :-) I'm starting a new API project and so am looking at this again.
I feel like some may be put off from using the generator due to it not being comprehensive and there is always something someone might want to add or change in their OpenAPI spec.
My suggestion is to allow a developer to extend the info, servers, paths, components, security, tags and external docs that ultimately get sent to the GoldSpecDigital\ObjectOrientedOAS\OpenApi
instance. This would give the developer complete freedom to tweak whatever they like.
Would you consider a PR for this?