Re: Python/Github

2015-08-27 Thread DBS
On Monday, August 24, 2015 at 2:28:39 PM UTC-7, DBS wrote: > On Monday, August 24, 2015 at 2:16:55 PM UTC-7, Chris Rebert wrote: > > On Mon, Aug 24, 2015 at 1:14 PM, DBS wrote: > > > Hello, > > > > > > I'm trying to retrieve the number of commits and changed files on all > > > pull requests submi

Re: Python/Github

2015-08-24 Thread DBS
On Monday, August 24, 2015 at 2:16:55 PM UTC-7, Chris Rebert wrote: > On Mon, Aug 24, 2015 at 1:14 PM, DBS wrote: > > Hello, > > > > I'm trying to retrieve the number of commits and changed files on all pull > > requests submitted to a branch. > > > > The call to get all the pull requests is GET

Re: Python/Github

2015-08-24 Thread Chris Rebert
On Mon, Aug 24, 2015 at 1:14 PM, DBS wrote: > Hello, > > I'm trying to retrieve the number of commits and changed files on all pull > requests submitted to a branch. > > The call to get all the pull requests is GET /repos/:owner/:repo/pulls, but > it does not return "commits" or "changed_files".