-
Notifications
You must be signed in to change notification settings - Fork 0
get_commands
viruch edited this page May 26, 2011
·
4 revisions
get_commands
Request:
{
command: 'get_commands',
data: { }
}
Response:
{
command: 'get_commands',
data: {
get_stock: {
request: {
resource_id: 'Integer',
user_id: 'String'
},
response: {
resource_id: 'Integer',
amount: 'Integer'
}
},
...
}
}