##// END OF EJS Templates
New model id format
New model id format

File last commit:

r792:507fd1cf decentral
r792:507fd1cf 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 key="id1" local-id="1" />
<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 key="id1" local-id="3" />
<id key="id23" local-id="5" />
</previous>
<next>
<id key="id2" local-id="3" />
<id key="id43" local-id="5" />
</next>
</model>
<model name="post">
<id key="id1" local-id="id2" />
<title>13</title>
<text>Thirteen</text>
<pub-time>12</pub-time>
<edit-time>13</edit-time>
<tags>
<tag>tag1</tag>
</tags>
</model>
</models>
</response>