Make your own web module
This page is under development and may be inaccurate.
Some people may want to help out with development of web modules, or would like to create a web module that is custom to their own proprietary website software. In either of these cases here are the guidelines for the responses the webmodule you create must create.
All requests are made using the POST method.
Request:
request_data = groups username = [playername] security_key = [security-key]
Response:
YAML array of integers representing group ID numbers.
Request:
request_data = nickname username = [playername] security_key = [security_key]
Response:
String representing nickname to set OR empty response to not set one.
Request
request_data = setNickname username = [playername] security_key = [security-key] nickname = [nickname to set to]
Response:
Boolean based on success of setting nickname.