約 225,000 件の結果
リンクを新しいタブで開く
  1. How to list the enterprise account owned organization in Github

    2022年11月28日 · The list of organizations in an Github Enterprise Cloud or Server can be retrieved via the GraphQL API. There is no REST API endpoint to retrieve this data. Source: …

  2. Github API graphQL - Get certain organization user ...

    2025年2月12日 · Since graphQL pages are 100 items by default and most enterprise organizations aren't too big, you can get all of your organization members in only a couple …

  3. get Github users' emails for verified organization through API

    2022年2月8日 · Since my organization has an authorized domain, as an administrator - I can see users' emails in the Github UI (only for the verified domain), even if users set the emails to private.

  4. Search for code in GitHub using GraphQL (v4 API)

    I am using the GitHub's GraphQL API to search for files/code containing a particular word. A simple (contrived) example of a search which in this case is to find the term "beef" in files …

  5. Github GraphQL - Getting a repository's list of commits

    I am using GraphQL to get some data from a list of repositories using Github's GraphQL (v4) API. I want to get a list of the latest commits from a repository, no matter what is the commit's …

  6. How to consume the Github GraphQL API using Python?

    2017年8月30日 · I want to access details from Github using Github GraphQl v4 API. I found the Graphene library, but I'm not sure how to authenticate with a personal access token in Python. …

  7. How to script user removal from Github enterprise

    2023年3月29日 · The little trick to know about GraphQL is that ids, for users, enterprise, etc are specific, you cannot use the same ids/slugs than the ones you would use with the REST API. …

  8. GitHub GraphQL API - Branch Protection Rule - Stack Overflow

    2023年6月1日 · GitHub GraphQL API - Branch Protection Rule - How do I get "Require a pull request before merging"? Asked 2 years, 6 months ago Modified 2 years, 6 months ago Viewed …

  9. How do I enable auto-merge on a github pull request via the Rest API

    2021年11月10日 · 5 I have permission, the repo allows it. I create a bunch of PRs using a cli tool and then I have to go open N tabs and double click the Enable Auto-Merge -> Confirm process …

  10. github graphQL API - how to retrieve issue's project items?

    2023年11月22日 · I am new to github graphQL API and I have been scrambling for a solution to the following problem, using github Entreprise Cloud: I have a repo "myRepo" …