github4s
github4s copied to clipboard
A GitHub API wrapper written in Scala
Users.scala ```scala /** * Lists the people following the specified user. * * @param username of the user to retrieve * @param pagination Limit and Offset for pagination * @param...
Follow up from https://github.com/47degrees/github4s/issues/746. This is generally not true:  I noticed, if a very large change has been made (like 2000 row change of a file), which still has...
A lot of the interaction tests are flaky, for example: - lots of 403s in [this run](https://github.com/47degrees/github4s/runs/4901986939?check_suite_focus=true) that occur only intermittently - random 404 in `Issues >> RemoveLabel` in [this...
Hello, I can't find the implementation of https://docs.github.com/en/rest/reference/search#search-code in the documentation page. Is this feature supported?
Implements https://docs.github.com/en/rest/reference/pulls#merge-a-pull-request
like in octokit: - https://github.com/octokit/octokit.rb#pagination - https://github.com/octokit/octokit.rb#hypermedia-agent
[This article](https://github.blog/2020-04-09-from-48k-lines-of-code-to-10-the-story-of-githubs-javascript-sdk/) got me thinking: - we might be able to scrape the documentation - generate an open api specification out of it - generate a client through mu -...
Added watched repos For GitHub Notification Service for Slack