close
Warning:
Can't synchronize with repository "(default)" (/usr/local/svn/deb2-client does not appear to be a Subversion repository.). Look in the Trac log for more information.
- Timestamp:
-
Oct 31, 2006, 4:27:30 PM (19 years ago)
- Author:
-
Adam
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v1
|
v2
|
|
8 | 8 | |
9 | 9 | '''Response:''' JSON encoded hash with following structure |
| 10 | |
| 11 | {{{ |
| 12 | { |
| 13 | "slovniky" => { |
| 14 | ''client_package_id'' => { |
| 15 | "id" => ''client package id'', |
| 16 | "dict" => ''dictionary code'', |
| 17 | "prava" => ''access rights r/w'', |
| 18 | "nazov" => ''package name'', |
| 19 | "dicslookup" => ''array of package names to allow lookups to'', |
| 20 | "eqtags" => ''array of eqtags+dictionaries'', |
| 21 | "dicsreload" => ''array of dictionaries to refresh'', |
| 22 | "key" => ''dictionary key tag'' |
| 23 | } |
| 24 | } |
| 25 | } |
| 26 | }}} |