##// 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:

r777:47cced2a decentral
r779:be6e741d decentral
Show More
response_pull.xml
18 lines | 351 B | application/xml | XmlLexer
<?xml version="1.1" encoding="UTF-8" ?>
<response>
<status>success</status>
<models>
<post>
<id>id1/1</id>
</post>
<post>
<id>id1/2</id>
</post>
<post>
<id>id2/1</id>
</post>
<post>
<id>id2/5</id>
</post>
</models>
</response>