##// END OF EJS Templates
Changed protocol a bit to be more clear and universal
Changed protocol a bit to be more clear and universal

File last commit:

r778:e7f72600 decentral
r778:e7f72600 decentral
Show More
request_pull.xml
32 lines | 775 B | application/xml | XmlLexer
neko259
Renamed sync to pull in request and response
r777 <?xml version="1.1" encoding="UTF-8" ?>
<request>
<version>
<protocol>1</protocol>
<models>
<post>1</post>
</models>
</version>
<data>
neko259
Changed protocol a bit to be more clear and universal
r778 <!-- Request type -->
neko259
Renamed sync to pull in request and response
r777 <type>pull</type>
neko259
Changed protocol a bit to be more clear and universal
r778 <!-- Model which we wish to pull -->
<model>post</model>
<options>
<timestamp_from>0</timestamp_from>
<timestamp_to>0</timestamp_to>
<tags>
<tag>tag1</tag>
</tags>
</options>
neko259
Renamed sync to pull in request and response
r777 <hosts>
<allow>
<host>*</host>
</allow>
<deny></deny>
<pools>
<pool>test1</pool>
<pool>test2</pool>
</pools>
</hosts>
</data>
</request>