Created
June 27, 2011 19:02
-
-
Save pbdeuchler/1049551 to your computer and use it in GitHub Desktop.
Valid JSON POST request for SkyBot
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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" | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Please note: currently "protocol" is not supported and defaults to "rest" no matter what. "chatname" defaults to "all"