##// END OF EJS Templates
Added error response sample
Added error response sample

File last commit:

r788:9cb16299 decentral
r790:fcde444b decentral
Show More
response_get.xml
26 lines | 744 B | application/xml | XmlLexer
neko259
Added xml headers to the get response and request
r781 <?xml version="1.1" encoding="UTF-8" ?>
neko259
Changed protocol a bit to be more clear and universal
r778 <response>
<status>success</status>
<models>
neko259
Updated request and response samples to the simplier model definitions
r788 <model name="post">
neko259
Changed protocol a bit to be more clear and universal
r778 <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>
neko259
Updated request and response samples to the simplier model definitions
r788 </model>
<model name="post">
neko259
Changed protocol a bit to be more clear and universal
r778 <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>
neko259
Updated request and response samples to the simplier model definitions
r788 </model>
neko259
Changed protocol a bit to be more clear and universal
r778 </models>
</response>