Changes between Version 12 and Version 13 of RuRli


Ignore:
Timestamp:
Oct 17, 2010, 11:27:31 AM (14 years ago)
Author:
srdjan.krco
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RuRli

    v12 v13  
    55
    66=== Resource Directory ===
    7 There are several URL options for the RLI
     7There are several URL options for the RLI. Search query can contain multiple tags, a single identifier, name and description, that are passed as URL parameters in a HTTP GET request.
    88
    99|| '''Service''' || '''URL''' || '''What it does''' || '''Required parameters''' ||
    1010|| RD || /rli || Search by tag || tag= ||
    1111|| RD || /rli || Search by identifier || identifier= ||
    12 
     12|| RD || /rli || Search by name || name= ||
     13|| RD || /rli || Search by description of RAI-Description || description= ||
     14|| RD || /rli || paging offset (default 0) || o= ||
     15|| RD || /rli || paging limit (default 10, max. 100) || l= ||
    1316
    1417Here is a small code example on how to use an RLI query to get resources: