Why is the majority of documentation for ElasticSearch in curl? [closed] Why is the majority of documentation for ElasticSearch in curl? [closed] elasticsearch elasticsearch

Why is the majority of documentation for ElasticSearch in curl? [closed]


Using curl is probably the closest thing to writing the documentation in a language that everyone understands. Regardless of the language, everything speaks the HTTP protocol underneath.

If they wrote the documentation in Ruby/Python/Java, whoever they left out might be unhappy. So by using curl, a tool which all web developers learn eventually, they are writing the documentation in a language-agnostic way.