Re: WADL and/or XSD

2010-12-30 Thread dlowe
Thanks Christian, The client would have been Java (JAX). I am working on integrating a custom developed bug management system with a Subversion pre-commit hook. One of the steps that we would like to perform before allowing for code check in is to confirm that the submitted code has gone through a

Re: WADL and/or XSD

2010-12-29 Thread Christian Hammond
Hi David, Review Board doesn't provide either a WADL or XSD file. We have documentation you can use to work through the API, which you could use. Our Djblets library provides the framework for the API, handling all the linking and object representation and everything. If you wanted to contribute

WADL and/or XSD

2010-12-29 Thread dlowe
I would like to leverage the Review Board REST based API, but I don't seem to be able to find a WADL (Web Application Description Language), or even an XSD describing the result sets.Having the XSD would be of particular help with parsing the results. Does such a thing exist? Or will I need to bui