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 14 and Version 15 of WordNetApi


Ignore:
Timestamp:
Nov 30, 2006, 4:28:34 PM (18 years ago)
Author:
Adam
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WordNetApi

    v14 v15  
    7171'''Response:''' by default JSON encoded, depends on output type
    7272
     73== Display subtree of an entry ==
     74
     75'''Request:''' ''servername''/''dictionary_code''?action=subtree&query=''entry_id''&arg=''argument''
     76
     77 entry_id::
     78  ID of displayed entry
     79 arg::
     80  specifies tree direction - ILR for normal tree, RILR for reversed tree
     81
     82'''Response:''' JSON encoded array with tree structure (same as for basic tree in display) - only direct descendants of entry are returned
     83
     84== Display full subtree of an entry ==
     85
     86'''Request:''' ''servername''/''dictionary_code''?action=subtree&query=''entry_id''&arg=''argument''
     87
     88 entry_id::
     89  ID of displayed entry
     90 arg::
     91  specifies tree direction - ILR for normal tree, RILR for reversed tree
     92
     93'''Response:''' JSON encoded array with tree structure (same as for basic tree in display) - display all descendants of entry
     94
     95
    7396== Save entry ==
    7497