def server_url()

in remote_settings/client.py [0:0]


    def server_url(self):
        """Retrieves the url of the server that this client is connected to.

        Returns:
            str: The server url
        """
        return self._client.server_info()["url"]