vmware / vmware-openapi-generator

VMware-openapi-generator tool generates open-api documents from vapi metamodel format.
Other
23 stars 19 forks source link

Add switch for deprecated rest APIs generation #56

Closed antonOO closed 4 years ago

antonOO commented 4 years ago

Some of the apparent APIs contain Auto REST descriptions (obtained via the navigation service) or @RequestMapping annotations, both of which were later on updated with the new @VERB annotations, essentially, making the old ones deprecated.

The following work introduces a switch - the 'mixed' parameter, as described in the README file, which allows generation of the deprecated APIs. Priorly, the deprecated APIs were not generated at all.

vmwclabot commented 4 years ago

@antonOO, you must sign every commit in this pull request acknowledging our Developer Certificate of Origin before your changes are merged. This can be done by adding Signed-off-by: John Doe <john.doe@email.org> to the last line of each Git commit message. The e-mail address used to sign must match the e-mail address of the Git author. Click here to view the Developer Certificate of Origin agreement.