Description
Create a BaseX-client
Usage
NewBasexClient(host = "localhost", port = 1984, user, password)
Value
BasexClient-instance
Arguments
- host, port
Host name and port-number
- user, password
User credentials
Details
This creates a BaseX-client. By default it listens to port 1984 on localhost.
Username and password should be changed after the installation of 'BaseX'.