Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Net-GitHub CPAN distribution.

Report information
The Basics
Id: 95670
Status: resolved
Priority: 0/
Queue: Net-GitHub

People
Owner: Nobody in particular
Requestors: rob [...] hoelz.ro
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.59
Fixed in: (no value)



Subject: $gh->repos->commits doesn't allow you specify any filters
The commits endpoint allows you to specify various filters for the returned commit objects: the commit ID to start from, the author, a date range, etc. However, Net::GitHub doesn't seem to allow this. Could support for this be added? Thanks, Rob
my @commits = $repos->commits({ author => 'fayland' }); new version 0.60 is shipped. Thanks