> On 28 Jan 2020, at 16:40, Chris Angelico wrote:
>
> On Wed, Jan 29, 2020 at 3:38 AM Malcolm Greene wrote:
>>
>> Any recommendations on a library providing a simple interface to Github
> for basic push/pull type of actions? I know there's a native GitHub RESTful
> API but wondering if anyon
On Wed, Jan 29, 2020 at 3:38 AM Malcolm Greene wrote:
>
> Any recommendations on a library providing a simple interface to Github
for basic push/pull type of actions? I know there's a native GitHub RESTful
API but wondering if anyone has placed a friendly Python wrapper on top of
that interface? P
Any recommendations on a library providing a simple interface to Github for
basic push/pull type of actions? I know there's a native GitHub RESTful API but
wondering if anyone has placed a friendly Python wrapper on top of that
interface? PyGithub supports a rich set of actions, but doesn't appe
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
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
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".
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".
The call that returns number of commits and changed fi