API generation

This commit is contained in:
delvedor
2019-07-29 11:39:50 +02:00
parent a948a98be6
commit 1f1b4c29fa
6 changed files with 169 additions and 3 deletions

View File

@ -159,6 +159,7 @@ function ESAPI (opts) {
analyze: lazyLoad('indices.analyze', opts),
clear_cache: lazyLoad('indices.clear_cache', opts),
clearCache: lazyLoad('indices.clear_cache', opts),
clone: lazyLoad('indices.clone', opts),
close: lazyLoad('indices.close', opts),
create: lazyLoad('indices.create', opts),
delete: lazyLoad('indices.delete', opts),