Request
Standard Format
API requests are made by submitting XML content in the body of an HTTP POST request. The XML takes the following standard form:
<system>
<action>{action}</action>
<authorization>
<username>{username}</username>...
5-11-2007
Views: 1532
Response
Standard Format
Responses from the API are formatted as XML using the following standard form:
<system>
<status>{message}</status>
<resultlist>
<resultlist id='{int}'>
<result id='{key}'>{value}</result>
</resultlist>...
(No rating)
5-11-2007
Views: 2251