elasticsearch v0.1.1 Elasticsearch.API behaviour View Source

Defines the necessary callbacks for integrating with the Elasticsearch JSON API.

Link to this section Summary

Link to this section Types

Link to this section Callbacks

Link to this callback delete(url, headers, opts) View Source
delete(url(), headers(), opts()) :: response()
Link to this callback get(url, headers, opts) View Source
get(url(), headers(), opts()) :: response()
Link to this callback post(url, data, headers, opts) View Source
post(url(), data(), headers(), opts()) :: response()
Link to this callback put(url, data, headers, opts) View Source
put(url(), data(), headers(), opts()) :: response()