Add elastic-builder to list of query building libraries. (#538)

* Add elastic-builder to list of query building libraries.

* Update search and api_conventions docs as well
This commit is contained in:
Suhas Karanth
2017-05-02 04:27:08 +05:30
committed by spalger
parent e9c34d8d4f
commit d22877e7aa
7 changed files with 7 additions and 7 deletions

View File

@ -11,7 +11,7 @@ By default, all api methods accept the following parameters. They are omitted fr
`body`::
`String, Anything` -- The body to send along with this request. If the body is a string it will be passed along as is, otherwise it is passed to the serializer and converted to either JSON or a newline separated list of JSON objects based on the API method.
+
NOTE: the https://github.com/fullscale/elastic.js[elastic.js] or https://github.com/danpaz/bodybuilder[bodybuilder] libraries can be used to make building request bodies simpler.
NOTE: the https://github.com/danpaz/bodybuilder[bodybuilder], https://github.com/sudo-suhas/elastic-builder[elastic-builder] or https://github.com/fullscale/elastic.js[elastic.js] libraries can be used to make building request bodies simpler.
`ignore`::
+