Re: Problem with api-get

2015-07-14 Thread dang.tab
i...@beanbaginc.com > Review Board - https://www.reviewboard.org > Beanbag, Inc. - https://www.beanbaginc.com > > -Original Message- > From: dang.tab > > Reply: dang.tab >> > Date: July 14, 2015 at 4:20:30 PM > To: revie...@googlegroups.com >> > Cc: chi

Re: Problem with api-get

2015-07-14 Thread Christian Hammond
4:20:30 PM To: reviewboard@googlegroups.com > Cc: chip...@chipx86.com > Subject:  Re: Problem with api-get > Thank you for the quick response. When I made the suggested change to the > "users" statement, I ran into the following problem:- > > users = root.get_users(max-

Re: Problem with api-get

2015-07-14 Thread dang.tab
m: dang.tab > > Reply: revie...@googlegroups.com >> > Date: July 14, 2015 at 4:00:10 PM > To: revie...@googlegroups.com >> > Cc: chi...@chipx86.com >> > Subject: Re: Problem with api-get > > > Thank you! That worked. However when I then tri

Re: Problem with api-get

2015-07-14 Thread Christian Hammond
://www.reviewboard.org Beanbag, Inc. - https://www.beanbaginc.com -Original Message- From: dang.tab Reply: reviewboard@googlegroups.com > Date: July 14, 2015 at 4:00:10 PM To: reviewboard@googlegroups.com > Cc: chip...@chipx86.com > Subject:  Re: Problem with api-get > Thank you!

Re: Problem with api-get

2015-07-14 Thread dang.tab
Thank you! That worked. However when I then tried the following in python, it returned just the first 25 users only, not 200. from rbtools.api.client import RBClient client = RBClient('http://', username='', password='') root = client.get_root() users = root.get_users("max-results==200") Anoth

Re: Problem with api-get

2015-07-14 Thread Christian Hammond
Hi, Looks like our help output may be wrong. Try it without the extra '--'. I'll make sure this is fixed for the next release. Christian -- Christian Hammond - chip...@chipx86.com Review Board - https://www.reviewboard.org Beanbag, Inc. - https://www.beanbaginc.com On Tue, Jul 14, 2015 at 12:0