##// END OF EJS Templates
Added signatures to the GET response. Added a view to get a full post response for one post. Don't show post key as it is present in the XML post view. Changed key display format
Added signatures to the GET response. Added a view to get a full post response for one post. Don't show post key as it is present in the XML post view. Changed key display format

File last commit:

r788:9cb16299 decentral
r837:fbeaaa16 decentral
Show More
request_pull.xml
17 lines | 541 B | application/xml | XmlLexer
<?xml version="1.1" encoding="UTF-8" ?>
<request version="1.0" type="pull">
<model version="1.0" name="post">
<timestamp_from>0</timestamp_from>
<timestamp_to>0</timestamp_to>
<tags>
<tag>tag1</tag>
</tags>
<sender>
<allow>
<key>abcehy3h9t</key>
<key>ehoehyoe</key>
</allow>
<!-- There can be only allow block (all other are denied) or deny block (all other are allowed) -->
</sender>
</model>
</request>