##// END OF EJS Templates
Added sample xmls to the protocol specification
Added sample xmls to the protocol specification

File last commit:

r760:32753c56 decentral
r760:32753c56 decentral
Show More
sync_response.xml
22 lines | 483 B | application/xml | XmlLexer
<response>
<status>success</status>
<posts>
<post>
<id>id1/1</id>
<title>13</title>
<text>Thirteen</text>
<thread>id1/12</thread>
<pub-time>12</pub-time>
<edit-time>13</edit-time>
</post>
<post>
<id>id1/2</id>
</post>
<post>
<id>id2/1</id>
</post>
<post>
<id>id2/5</id>
</post>
</posts>
</response>