Show More
@@ -1,8 +1,7 b'' | |||||
1 | <?xml version="1.1" encoding="UTF-8" ?> |
|
1 | <?xml version="1.1" encoding="UTF-8" ?> | |
2 | <request version="1.0" type="get"> |
|
2 | <request version="1.0" type="get"> | |
3 | <model>post</model> |
|
3 | <model version="1.0" name="post"> | |
4 | <filter> |
|
|||
5 | <id>id1/1</id> |
|
4 | <id>id1/1</id> | |
6 | <id>id2/56</id> |
|
5 | <id>id2/56</id> | |
7 |
</ |
|
6 | </model> | |
8 | </request> |
|
7 | </request> |
@@ -1,19 +1,17 b'' | |||||
1 | <?xml version="1.1" encoding="UTF-8" ?> |
|
1 | <?xml version="1.1" encoding="UTF-8" ?> | |
2 | <request version="1.0" type="pull"> |
|
2 | <request version="1.0" type="pull"> | |
3 | <model>post</model> |
|
3 | <model version="1.0" name="post"> | |
4 | <filter> |
|
|||
5 | <version>3</version> |
|
|||
6 | <timestamp_from>0</timestamp_from> |
|
4 | <timestamp_from>0</timestamp_from> | |
7 | <timestamp_to>0</timestamp_to> |
|
5 | <timestamp_to>0</timestamp_to> | |
8 | <tags> |
|
6 | <tags> | |
9 | <tag>tag1</tag> |
|
7 | <tag>tag1</tag> | |
10 | </tags> |
|
8 | </tags> | |
11 | <sender> |
|
9 | <sender> | |
12 | <allow> |
|
10 | <allow> | |
13 | <key>abcehy3h9t</key> |
|
11 | <key>abcehy3h9t</key> | |
14 | <key>ehoehyoe</key> |
|
12 | <key>ehoehyoe</key> | |
15 | </allow> |
|
13 | </allow> | |
16 | <!-- There can be only allow block (all other are denied) or deny block (all other are allowed) --> |
|
14 | <!-- There can be only allow block (all other are denied) or deny block (all other are allowed) --> | |
17 | </sender> |
|
15 | </sender> | |
18 |
</ |
|
16 | </model> | |
19 | </request> |
|
17 | </request> |
@@ -1,32 +1,26 b'' | |||||
1 | <?xml version="1.1" encoding="UTF-8" ?> |
|
1 | <?xml version="1.1" encoding="UTF-8" ?> | |
2 | <response> |
|
2 | <response> | |
3 | <status>success</status> |
|
3 | <status>success</status> | |
4 | <models> |
|
4 | <models> | |
5 | <post> |
|
5 | <model name="post"> | |
6 | <id>id1/1</id> |
|
6 | <id>id1/1</id> | |
7 | <title>13</title> |
|
7 | <title>13</title> | |
8 | <text>Thirteen</text> |
|
8 | <text>Thirteen</text> | |
9 | <thread>id1/12</thread> |
|
9 | <thread>id1/12</thread> | |
10 | <pub-time>12</pub-time> |
|
10 | <pub-time>12</pub-time> | |
11 | <edit-time>13</edit-time> |
|
11 | <edit-time>13</edit-time> | |
12 | <previous-id>id1/3,id23/5</previous-id> |
|
12 | <previous-id>id1/3,id23/5</previous-id> | |
13 | <after-id>id2/3,id43/5</after-id> |
|
13 | <after-id>id2/3,id43/5</after-id> | |
14 |
</ |
|
14 | </model> | |
15 | <post> |
|
15 | <model name="post"> | |
16 | <id>id1/2</id> |
|
16 | <id>id1/2</id> | |
17 | <title>13</title> |
|
17 | <title>13</title> | |
18 | <text>Thirteen</text> |
|
18 | <text>Thirteen</text> | |
19 | <pub-time>12</pub-time> |
|
19 | <pub-time>12</pub-time> | |
20 | <edit-time>13</edit-time> |
|
20 | <edit-time>13</edit-time> | |
21 | <tags> |
|
21 | <tags> | |
22 | <tag>tag1</tag> |
|
22 | <tag>tag1</tag> | |
23 | </tags> |
|
23 | </tags> | |
24 |
</ |
|
24 | </model> | |
25 | <post> |
|
|||
26 | <id>id2/1</id> |
|
|||
27 | </post> |
|
|||
28 | <post> |
|
|||
29 | <id>id2/5</id> |
|
|||
30 | </post> |
|
|||
31 | </models> |
|
25 | </models> | |
32 | </response> |
|
26 | </response> |
General Comments 0
You need to be logged in to leave comments.
Login now