source: trunk/language/en_UK/help/web_service.html @ 2184

Last change on this file since 2184 was 1912, checked in by rub, 17 years ago

Update svn properties (svn:eol-style and svn:keywords)

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 1.6 KB
Line 
1<h2>Web Service Checker</h2>
2
3<p>This page let you define all parameters for your web service.</p>
4
5<dl>
6
7  <dt>Environment setting</dt>
8
9  <dd>If Web Service access control is active (Advanced configuration => $conf['ws_access_control'])
10  you will see there all Advanced configuration related to Web Service.</dd>
11
12  <dt>Confidential partner key (Mandatory)</dt>
13 
14  <dd>Unique key to share with your partner. Keep that one long enough (e.g. 8 characters).
15  Keep it as complex enough (mixed figures, upper and lower case characters, special characters).
16  For example: "P!e2r!k Le G@2l".
17   
18  <strong>Hidden to anyone in adviser mode.</strong>
19
20  <dt>Target (Optional)</dt>
21
22  <dd>Can be an image id list like that:<ul><li>
23  list/277,275,142,235,178,190,204,236-238,253,268,276,285,41,73</li><li>
24  a category id list as : cat/16,32,21</li><li>
25  or a tag id list as: tag/22,61,36 </li></ul>
26  all id list will be reduced to the min list as:<ul><li>
27  list/41,73,142,178,190,204,<strong>235-238</strong>,253,268,<strong>275-277</strong>,285</li></ul>
28  </dd>
29
30  <dt>Restrict access (Optional)</dt>
31
32  <dd>If you want to limit your partner to a specific request.</dd>
33
34  <dt>Returned images limit </dt>
35
36  <dd>Images limit count: to return to your partner for each request.</dd>
37
38  <dt>Duration </dt>
39
40  <dd>From now, set availability in days. If you postpone over the duration, the service would never be available.</dd>
41
42  <dt>Comment </dt>
43
44  <dd>Let you describe who's behind this Web Service, be clear enough.
45  Don't forget that if someone is Admin and Adviser on your website. He can read this comment zone.</dd>
46
47</dl>
Note: See TracBrowser for help on using the repository browser.