##// END OF EJS Templates
Use 'models' tag in response, this allowes us to add new models in future
neko259 -
r763:7bed6029 decentral
parent child Browse files
Show More
@@ -1,7 +1,7 b''
1 1 <?xml version="1.1" encoding="UTF-8" ?>
2 2 <response>
3 3 <status>success</status>
4 <posts>
4 <models>
5 5 <post>
6 6 <id>id1/1</id>
7 7 <title>13</title>
@@ -26,5 +26,5 b''
26 26 <post>
27 27 <id>id2/5</id>
28 28 </post>
29 </posts>
29 </models>
30 30 </response>
General Comments 0
You need to be logged in to leave comments. Login now