BibSonomy provides an API (Application Programming Interface) which other software programs can use to access the services and resources provided by BibSonomy. It is build on the REST (Representational State Transfer) architecture style and enables programs to post data (for example creating a new user), read data (for example getting the publications or tags of a user), updating or deleting data (for example one's own entries).
Recently, a new parameter for reading a user's tags was added. The parameter enables an alphabetical or frequency-based ordering of tags.
To get an alphabetical ordering add order=alph to your API request:
http://www.bibsonomy.org/api/tags?user=beate&format=xml&start=0&end=100&order=alph
Result:
To get a frequency-based ordering add the parameter order=frequency to your request:
http://www.bibsonomy.org/api/tags?user=beate&format=xml&start=0&end=100&order=frequency
Result:
Friday, March 18, 2011
Popular Posts
-
A while ago we were asked on Twitter about a Twitter integration for BibSonomy (by the way follow @BibSonomyCrew on Twitter for the latest ...
-
Two important aspects of working with literature are the process of sharing it among your colleagues and the exchange of ideas and thoughts ...
-
It is vacation time and hence our features of the week are more sporadic but this week we want to give you a glimpse on current developmen...
-
Dear BibSonomy users, right in time for Christmas / Holidays we finished our work on BibSonomy Version 3.9....