Skip to content
viruch edited this page May 26, 2011 · 4 revisions
get_commands

example

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'
      }
    },
    ...
  }
}

h2. See also
Server API
Clone this wiki locally