github
github copied to clipboard
The github API for Haskell
fixes #262 http-types and http-client had to be extended for partial escape. These versions are now in stackage quite a while. I built the structure that I assumed you had...
`cabal test` succeeds silently if no `GITHUB_TOKEN` is set. However, in this case, most tests do not run. Maybe it is better that the test suite errors out if it...
This is used to "mute" a thread of notifications.
Add endpoints from [the traffic API](https://developer.github.com/v3/repos/traffic).
I'm not positive this covers every variant of a pull request event, but prior to this change the `FromJSON` instance failed to decode the [example json](https://developer.github.com/v3/activity/events/types/#pullrequestevent) (which is where the...
- [ ] Gists - [ ] GitData - [ ] Issues - [ ] Organizations - [ ] Pulls - [ ] Repos - [ ] Search
When comparing secrets one should use constant time comparison or a randomized comparison to avoid side channel attacks that can lead to compromise.