Create new review request through web API 2.0

2014-01-05 Thread Krishna Kashyap
Can somebody tell me if API 2.0 still provides a API call to create a new review request? If yes, can the details of the 2.0 API for the same be detailed? I'm trying to see if I can get to use review board for a requirement in my team Thanks, Krishna -- Get the Review Board Power Pack at

Re: Create new review request through web API 2.0

2014-01-05 Thread David Trowbridge
Krishna, You can create new review requests with a POST to the review request list resource. See http://www.reviewboard.org/docs/manual/1.7/webapi/2.0/resources/review-request-list/#POSTfor more details. This probably isn't the absolute easiest method, though. Can you detail what the requirement