This page will be used to show you the functions available through the API and how they need to be called and what options they support. As this gets built out, more details and examples will be added. Method: authUser Parameters: token – Client generated 32 character hash. user – User name to authenticate with. password – MD5 value of the users password. Sample URL:
http://127.0.0.1:4502/?method=authUser&user=username&password=38fh38fh829f84g2389rfhy2378&token=12345678912345678912345678912345
Method: getServers Parameters: token – Client generated 32 character hash that has been authenticaed and associated to a user using userAuth. Sample URL:
http://127.0.0.1:4502/?method=getServers&token=12345678912345678912345678912345