Vincent Massol wrote:
Sounds like a good start, well done Fabio.
Do we have a URI that exposes all available services yet?
Rooted at / there is a "service document" that contains all the entry
points. Currently it looks like this:
<?xml version="1.0" encoding="UTF-8"?>
<xwiki>
<link
rel="http://www.xwiki.org/rel/spaces"
href="http://localhost:8080/xwiki/rest/spaces"/>
</xwiki>
It can and will be extended as more services will be implemented and
become available (e.g., watchlist, tags, etc.)
-Fabio