1.3.2: Merge pull request #40 from kuzzleio/serverInfo
- added the new
Kuzzle.getServerInfo
method. See geterverInfo - added the new
Kuzzle.listIndexes
method. See listIndexes - added a new optional
index
argument to theKuzzle.listCollections
method. If noindex
is specified, takes thedefaultIndex
property. If no default index is found, throws an error. See listCollections