haskell-github / github

The github API for Haskell
https://hackage.haskell.org/package/github
BSD 3-Clause "New" or "Revised" License
411 stars 190 forks source link

Add reactions to Issue type #483

Closed kafji closed 2 years ago

kafji commented 2 years ago

for deserializing issue's reactions which returned in some of the endpoints, for example https://api.github.com/repos/ghc-proposals/ghc-proposals/issues

I also add /.hspec-failures to gitignore.

andreasabel commented 2 years ago

Thanks for the PR, @kafji!

andreasabel commented 2 years ago

Please add a link to the documentation as given in your comment https://github.com/haskell-github/github/pull/483#discussion_r901399295, and add a demonstration of this new feature to samples/. (It is OK of course to extend an existing sample with your new feature, if you find something suitable.)