##// END OF EJS Templates
Simplified request format. Now request type and version are in the root tag,...
Simplified request format. Now request type and version are in the root tag, so the unsupported requests won't be parsed

File last commit:

r778:e7f72600 decentral
r779:be6e741d decentral
Show More
response_get.xml
31 lines | 792 B | application/xml | XmlLexer
<response>
<status>success</status>
<models>
<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>
<previous-id>id1/3,id23/5</previous-id>
<after-id>id2/3,id43/5</after-id>
</post>
<post>
<id>id1/2</id>
<title>13</title>
<text>Thirteen</text>
<pub-time>12</pub-time>
<edit-time>13</edit-time>
<tags>
<tag>tag1</tag>
</tags>
</post>
<post>
<id>id2/1</id>
</post>
<post>
<id>id2/5</id>
</post>
</models>
</response>