Brendan Forster
                                            Brendan Forster
                                        
                                    @AzureMLTest @khellang I'm mostly neutral on this due to the fact that it doesn't hurt me in my day-to-day work, but I'll defer to @ryangribble and @mderriey who have been...
The v3 REST API does not yet support beta projects - GraphQL support is currently available: https://docs.github.com/en/issues/trying-out-the-new-projects-experience/using-the-api-to-manage-projects
This feels like a known limitation of search from the docs: https://docs.github.com/en/rest/reference/search#access-errors-or-missing-search-results > You need to successfully authenticate and have access to the repositories in your search queries, otherwise, you'll...
Yeah, I'm pretty sure this stuff is broken and needs some love https://github.com/octokit/octokit.net/issues/1251 😢
@tomkerkhove until there's a preview API announced from the team we can't support it in this project
@tomkerkhove that's the GraphQL version. This library is for the REST API, and there's a sibling project for the GraphQL API in .NET here: https://github.com/octokit/octokit.graphql.net Unless this becomes available as...
@SeanKilleen is there a public repository you can share that illustrates the problem? (or was showing the issue?) The first thing that comes to mind here is caching, with three...
What's wild about your repo is that the field we're supposed to be deprecating is correct when looking at it directly from the API `https://api.github.com/repos/excellalabs/konmaripo`: ```json "watchers_count": 0, ... "subscribers_count":...
@StefH thanks for the report. I've isolated this to how headers are returned when an unauthenticated request is made. This tests shows how the headers for rate-limiting information differ: ```...
> How is the rate limit calculated? Is this 5000 per system/user or 5000 in total? Essentially 5000 per user, but [the documentation has more information about the specifics](https://developer.github.com/v3/#rate-limiting). >...