github
github copied to clipboard
How to query issues by creator?
I'm having a hard time understanding how to use this module, as the documentation and the samples seems to be out of date.
Judging from GitHub's documentation, you can request issues filtered by creator, but I don't understand how to do it. Any pointers?
Not all modifiers are implemented, only a few see: http://hackage.haskell.org/package/github-0.21/docs/GitHub-Data-Options.html#t:IssueRepoMod
I'm also open to other (typed) ways to specify the parameters than a Monoid, as far as it stays opaque-ish.