vmware / vmware-openapi-generator

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

Add /rest in spec by default #59

Closed antonOO closed 4 years ago

antonOO commented 4 years ago

Prior this commit /api apis were shown over equivalent /rest apis when the -disable-slash-rest switch is off. This is incorrect, /rest should be shown always. This change introduces default /rest apis in spec.

Signed-off-by: Anton Obretenov obretenova@vmware.com