Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Bower components Debian packages RPM packages NuGet packages

cytora / elasticsearch   python

Repository URL to install this package:

Version: 6.3.0 

/ client / remote.py

from .utils import NamespacedClient, query_params, _make_path, SKIP_IN_PATH

class RemoteClient(NamespacedClient):
    @query_params()
    def info(self, params=None):
        """
        `<http://www.elastic.co/guide/en/elasticsearch/reference/current/cluster-remote-info.html>`_
        """
        return self.transport.perform_request('GET', '/_remote/info',
            params=params)