github icon indicating copy to clipboard operation
github copied to clipboard

How to query issues by creator?

Open jocap opened this issue 6 years ago • 1 comments

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?

jocap avatar Apr 10 '19 22:04 jocap

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.

phadej avatar Apr 12 '19 20:04 phadej