method-inc / SwaggerToMarkdown

44 stars 18 forks source link

support to read specs from remote servers #1

Closed fehguy closed 11 years ago

fehguy commented 11 years ago

included open-uri which makes reading file/url transparent. Now you can generate the docs from a remote service.

foundrium commented 11 years ago

Very nice idea. One thing I would be concerned about is security and reading in anything. I will just add a note in the instructions that no validation of the remote file is being performed and that people should be sure of what they are pulling in.