Closed skasturi closed 8 years ago
It was provided before Swagger 1.2, but removed after 2.0. I could add it back with these concerns in mind:
SwaggerApp.load(....)
SwaggerApp.prepare(...)
I'll try this part this weekend. before that, the only way for you is save it to a temporarily file and load it back (looks really dumb)
Thanks. I will give it a shot once you add it.
I just implement this part in master branch, please refer to this document for its usage. There is some limitation for multiple documents case, but should be fine for single document. Feedback is welcome.
I am storing the JSON in a database and would like to access it from there. Is there a way to create App from a string?