On 20/02/2012 18:12, Colm O hEigeartaigh wrote: > Hi all, > > Is there some documentation on what RESTful services are exposed by > Syncope core? I've seen the following page: > > http://wiki.syncope-idm.org/index.php?title=CallingRESTFromCommandLine > > Is there a more comprehensive list?
Hi Colm, unfortunately there isn't any kind of documentation about this: however, we already felt that this was missing, hence we opened [1]. Anyway, you can take a look at RESTful client code either in console sources [2] and core integration tests [3]. For a complete reference, Spring REST controllers are also available [4]. Hope this helps. Regards. [1] http://code.google.com/p/syncope/issues/detail?id=250 [2] https://svn.apache.org/repos/asf/incubator/syncope/trunk/console/src/main/java/org/syncope/console/rest/ [3] https://svn.apache.org/repos/asf/incubator/syncope/trunk/core/src/test/java/org/syncope/core/rest/ [4] https://svn.apache.org/repos/asf/incubator/syncope/trunk/core/src/main/java/org/syncope/core/rest/controller/ -- Francesco Chicchiriccò Apache Cocoon PMC and Apache Syncope PPMC Member http://people.apache.org/~ilgrosso/
