elastic / sense

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

YAML requests support? #117

Open ei-grad opened 8 years ago

ei-grad commented 8 years ago

It will be great if sense would allow to write request body in YAML format:


---
query:
  match_all: {}
yaccob commented 8 years ago

+1

czerasz commented 8 years ago

This would be great specially because one could use comments.