API Response: Difference between revisions
Jump to navigation
Jump to search
imported>Jamie Created page with "Once the server has checked the API version against its own version, it sends a response to show whether or not it is compatible. Usually, we would receive an XML Packet|XML..." |
imported>Refractor 1 revision: importing preprocessed wiki pages |
(No difference)
|
Revision as of 23:55, 15 December 2013
Once the server has checked the API version against its own version, it sends a response to show whether or not it is compatible. Usually, we would receive an XML Packets with the action apiOK
, or apiKO
if there is a problem, i.e. a critical incompatibility between versions.
This looks like:
<msg t='sys'><body action='apiOK' r='0'></body></msg>
Packet Information
Action | apiOK |
---|---|
XML Node | - |
Action | apiKO |
---|---|
XML Node | - |