article

/article/:aid

get articles

cart

/cartng

manipulate the cart. You can put/update/delete articles. Every method has the ability to return the complete cart in order to reduce the amount of needed ajax calls. Always use this return value update the clients cart to get sideeffects which can occure in rare cases. (Congruent access, or dependant articles). A batch update is available via updateall.

comment

/comment/:aid

generate and retrieve comments

search

/search

function to search for articles

search

/articlelist

function to search for articles and render them using html ready to include in page.

tree

/tree/:tid, /tree/:tid/:method

function to fetch tree items

validate

/validate/:what

validate the given object