Data-API

 

Methods

Version 2.0

We are, as always, extremely interested in your feedback. If you find something unclear or something that could be improved, either in the API itself, the documentation, or in something else surrounding the API, please contact us.
note: Because we want to be able to extend the returned fields, the order in which the fields occur in the XML (or JSON) cannot be relied upon, and use of methods like "firstchild" to traverse the XML might result in unexpected results when we change the order! Parsers like XPath will not have any problem here.

tips.create

Create a tip.

tips.createRespect

Create respect for an tipid.

tips.get

Retrieve a list of tips by tipid.

tips.getByUser

Retrieve the most recent tips of a user.

tips.getCategories

Retrieve all tip categories.

tips.getComments

Retrieve the comments for a tipid.

tips.getRespects

Retrieve the respects for a tipid.

tips.getByHub

Retrieve the most recent tips of a hub.

tips.getForFriends

Retrieve the most recent tips for the friends of the loggedin user.