##// END OF EJS Templates
Edited info about version
neko259 -
r786:2564a266 decentral
parent child Browse files
Show More
@@ -1,5 +1,5 b''
1 <?xml version="1.1" encoding="UTF-8" ?>
1 <?xml version="1.1" encoding="UTF-8" ?>
2 <request version="1" type="get">
2 <request version="1.0" type="get">
3 <model>post</model>
3 <model>post</model>
4 <filter>
4 <filter>
5 <id>id1/1</id>
5 <id>id1/1</id>
@@ -1,5 +1,5 b''
1 <?xml version="1.1" encoding="UTF-8" ?>
1 <?xml version="1.1" encoding="UTF-8" ?>
2 <request version="3" type="pull">
2 <request version="1.0" type="pull">
3 <model>post</model>
3 <model>post</model>
4 <filter>
4 <filter>
5 <version>3</version>
5 <version>3</version>
@@ -29,6 +29,11 b' Each post has an ID in the unique format'
29 All requests pass a request type, protocol and model versions and a list of
29 All requests pass a request type, protocol and model versions and a list of
30 optional arguments used for filtering.
30 optional arguments used for filtering.
31
31
32 Each protocol has its own version. Version consists of 2 numbers: first is
33 incompatible version (1.3 and 2.0 are not compatible and must not be in sync)
34 and the second one is minor and compatible (for example, new optional field
35 is added which will be igroned by those who don't support it yet).
36
32 # REQUESTS #
37 # REQUESTS #
33 Request types:
38 Request types:
34 * pull - pull the desired model ids
39 * pull - pull the desired model ids
General Comments 0
You need to be logged in to leave comments. Login now