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.

Changes between Version 21 and Version 22 of WordNetApi


Ignore:
Timestamp:
Mar 25, 2008, 12:07:50 PM (17 years ago)
Author:
Adam
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WordNetApi

    v21 v22  
    1515== Getting the list of available dictionaries for the user ==
    1616
    17 '''Request:''' ''servername''/doc?action=init
     17'''Request:''' ''servername''/doc?action=connect
    1818
    1919'''Response:''' JSON encoded hash with following structure
     
    2121{{{
    2222{
    23   "slovniky" => {
     23  "dicts" => {
    2424    ''client_package_id'' => {
    2525      "id"    => ''client package id'',
    26       "dict"  => ''dictionary code'',
    27       "prava" => ''access rights r/w'',
    28       "nazov" => ''package name'',
     26      "code"  => ''dictionary code'',
     27      "name"  => ''dictionary name'',
     28      "access" => ''access rights r/w'',
    2929      "dicslookup" => ''array of package names to allow lookups to'',
    3030      "eqtags" => ''array of eqtags+dictionaries'',
    3131      "dicsreload" => ''array of dictionaries to refresh'',
    32       "key" => ''dictionary key tag''
     32      "key" => ''dictionary key tag'',
     33      "indexes" => ''indexed elements''
    3334    }
    3435  }
     
    115116  JSON and URL UTF-8 encoded hash representation of an entry (same as returned for ''editor'')
    116117
     118
    117119== Delete entry ==
    118120