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 22 and Version 23 of WordNetApi


Ignore:
Timestamp:
Apr 9, 2008, 4:52:00 PM (16 years ago)
Author:
Adam
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WordNetApi

    v22 v23  
    8484'''Response:''' by default JSON encoded, depends on output type
    8585
     86== Display tree of an entry ==
     87
     88'''Request:''' ''servername''/''dictionary_code''?action=runQuery&outtype=subtree&query=''entry_id''&arg=''argument''
     89
     90 entry_id::
     91  ID of displayed entry
     92 arg::
     93  specifies tree direction - ILR for normal tree, RILR for reversed tree
     94
     95'''Response:''' JSON encoded array with tree structure (same as for basic tree in display) - selected entry and its parents
     96
     97
     98
    8699== Display subtree of an entry ==
    87100
     
    97110== Display full subtree of an entry ==
    98111
    99 '''Request:''' ''servername''/''dictionary_code''?action=subtree&query=''entry_id''&arg=''argument''
     112'''Request:''' ''servername''/''dictionary_code''?action=fullsubtree&query=''entry_id''&arg=''argument''
    100113
    101114 entry_id::