mrin9 / OpenAPI-Viewer

OpenApi viewer Implemented using Vue
https://mrin9.github.io/OpenAPI-Viewer/
104 stars 21 forks source link

support uploading YAML format #8

Open grexe opened 4 years ago

grexe commented 4 years ago

currently, only JSON format is supported for OpenAPI spec upload. Please add support for the more common YAML format.

nasrulhazim commented 8 months ago

can be easier if given in yaml format, just convert to JSON format upon load it. so the existing functionality based on JSON format won't change at all.