elastic / sense

A JSON aware developer's interface to Elasticsearch. Comes with handy machinery such as syntax highlighting, autocomplete, formatting and code folding.
Other
381 stars 134 forks source link

Support Swagger #73

Open ejsmith opened 8 years ago

ejsmith commented 8 years ago

I love Sense! It would be really awesome to be able to point this to any Swagger API and have it read the API description and automatically provide intellisense for the API.

niemyjski commented 8 years ago

+1

bleskes commented 8 years ago

Thanks. I don't know the Swagger API so it's hard for me to judge if it can describe all the intricacies of the body of the Elasticsearch json API. Obviously that will be a requirement....

ejsmith commented 8 years ago

It does a pretty thorough job of describing the full API surface area and the expected model coming in and what comes out as well.

http://swagger.io/