Developers
Ecosystem sorts
This method is mostly useful in combination with the Ecosystem Search method, in order to sort results.
You can retrieve a list of all available sorting types.
Formats
XML or JSON (default is XML).
In XML, nodetexts have their content encapsulated in a CDATA section.
In JSON, these nodes use escaped Unicode codes for special characters.
Sample URLs
- http://api.eco.netvibes.com/sorts?format=xml (same output as above)
Sample outputs
XML output
<?xml version="1.0" encoding="UTF-8"?> <sorts> <sort name="popular"><![CDATA[Most popular]]></sort> <sort name="recent"><![CDATA[Most recent]]></sort> </sorts>
JSON output
{"popular":"Most popular","recent":"Most recent"}
- Send to a friend
- Add to favorites
- Last modified: 2008/05/27 12:31

