octokit / go-octokit

Simple Go wrapper for the GitHub API
https://github.com/octokit/go-octokit
MIT License
258 stars 79 forks source link

Can't get closed issues #72

Open DimShadoWWW opened 9 years ago

DimShadoWWW commented 9 years ago

go-octokit can't get all the issues (included the closed ones), because the All() function doesn't have parameters for the query, Github api's default is to only show the open ones

fresheneesz commented 8 years ago

Looks like github doesn't even easily support getting closed tickets: http://stackoverflow.com/questions/31621864/github-api-finding-all-of-the-issues-closed-by-a-user . How dumb is that?