swagger-api / swagger-codegen

swagger-codegen contains a template-driven engine to generate documentation, API clients and server stubs in different languages by parsing your OpenAPI / Swagger definition.
http://swagger.io
Apache License 2.0
16.9k stars 6.03k forks source link

allow posting YAML to the online generator #1903

Open fehguy opened 8 years ago

fehguy commented 8 years ago

per http://stackoverflow.com/questions/34733253/converting-a-swagger-yaml-file-to-json-from-the-command-line/34750203?noredirect=1#comment57254449_34750203

githubzilla commented 6 years ago

+1

schneivo77 commented 5 years ago

It's possible to do this with the Online Swagger Editor by importing the YAML and then choose File -> Convert and save as JSON but still not with the online API it seems. :(