Re: RBTools 5.x API: Can it be used to modify database?

2013-09-24 Thread Steve
Ah, a light bulb just went on. I was missing the link between the new RBTools API and the web resources. After reading your message I went back and read more carefully the section titled Links Between Resources. Things are starting to make more sense to me now. Thanks! --Steve On

RBTools 5.x API: Can it be used to modify database?

2013-09-23 Thread Steve
I've written a script using the RBTools 5.x API which lists RB groups containing users who have left the company. I have 2 questions: 1. Can the API be used to actually remove the users from the groups? 2. What's the best source of complete documentation on all the classes/methods available

Re: RBTools 5.x API: Can it be used to modify database?

2013-09-23 Thread David Trowbridge
1. Yes. You can remove a user from a group by issuing a DELETE operation on the review group user resource. See http://www.reviewboard.org/docs/manual/1.7/webapi/2.0/resources/review-group-user/for more details. 2. The online docs are generated by introspecting the code, and they are complete.