Skip to content

Instantly share code, notes, and snippets.

@pbdeuchler
Created June 27, 2011 19:02
Show Gist options
  • Save pbdeuchler/1049551 to your computer and use it in GitHub Desktop.
Save pbdeuchler/1049551 to your computer and use it in GitHub Desktop.
Valid JSON POST request for SkyBot
{
"name": "test",
"ip": "172.16.160.101",
"port": "8080",
"protocol": "rest",
"version": "0.2"
"rules": {
"1": [
"string",
"chatname"
],
"2": [
"string",
"chatname"
],
"3": [
"string",
"chatname"
],
"4": [
"string",
"chatname"
]
}
}
@pbdeuchler
Copy link
Author

Please note: currently "protocol" is not supported and defaults to "rest" no matter what. "chatname" defaults to "all"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment