github4s icon indicating copy to clipboard operation
github4s copied to clipboard

A GitHub API wrapper written in Scala

Results 32 github4s issues
Sort by recently updated
recently updated
newest added

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: ![image](https://user-images.githubusercontent.com/25762875/154645171-5e894cf4-123a-422d-9f04-25dad5c2d60f.png) I noticed, if a very large change has been made (like 2000 row change of a file), which still has...

bug

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

enhancement

[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