##// END OF EJS Templates
Changed next and previous models format. Added clarification to the detailed...
Changed next and previous models format. Added clarification to the detailed error status message

File last commit:

r791:75a3948b decentral
r791:75a3948b decentral
Show More
response_get.xml
37 lines | 1.1 KiB | application/xml | XmlLexer
<?xml version="1.1" encoding="UTF-8" ?>
<response>
<status>success</status>
<models>
<model name="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>
<!--
Next and previous are the links to sequential models.
In the case of an image board, next are replies and previous
are the posts we replied to.
-->
<previous>
<id>id1/3</id>
<id>id23/5</id>
</previous>
<next>
<id>id2/3</id>
<id>id43/5</id>
</next>
</model>
<model name="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>
</model>
</models>
</response>