Files
elasticsearch-js/docs/doc_examples/be8f28f31207b173de61be032fcf239c.asciidoc
2020-06-26 09:24:14 +02:00

12 lines
234 B
Plaintext

// This file is autogenerated, DO NOT EDIT
// Use `node scripts/generate-docs-examples.js` to generate the docs examples
[source, js]
----
const response = await client.indices.get({
index: 'twitter'
})
console.log(response)
----