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