github
github copied to clipboard
The github API for Haskell
Fixes #510 and #504. (I simply included the commit by @magthe.)
One of the currently missing reasons is "ci_activity". This together with #504, means that the notifications API means that the notifications api often fails.
This adds a subset of the [Reactions](https://docs.github.com/en/rest/reactions/reactions?apiVersion=2022-11-28) endpoints, which were needed for https://github.com/channable/hoff/pull/272. I wasn't quite sure how to add tests for it, so if those are desired I'd be...
GitHub introduced a date-based versioning scheme for the API a while ago already: https://github.blog/developer-skills/github/to-infinity-and-beyond-enabling-the-future-of-githubs-rest-api-with-api-versioning/ In this scheme, version `v3` is now known as `2022-11-28` (and at time of writing, there...