About 50 results
Open links in new tab
  1. 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 …

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

    Aug 30, 2017 · 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. …

  3. How to lookup GitHub usernames by emails in a single GitHub API …

    Mar 28, 2023 · Here's an example script using the GraphQL API to perform multiple email lookups in a single request. It has to be run from the existing GitHub repository directory. It will, first, …

  4. Github GraphQL Search with Filtering - Stack Overflow

    Mar 18, 2018 · Based on my limited searching, it seems GraphQL can only support equal filtering. So, Is it possible to do Github GraphQL searching with the filtering conditions of, stars > 10 …

  5. How to GET the list of dependabot alerts via GitHub API?

    Feb 24, 2021 · There is this RepositoryVulnerabilityAlert object available with the Graphql API. For example for a specific repository, you can get all the alerts with the following query (check …

  6. How to use curl to access the github graphql API

    Feb 3, 2017 · After referring this guide I needed to access the github graphql by using curl for a testing purpose. I tried this simple command curl -i -H "Authorization: bearer …

  7. 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 …

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

    Jun 1, 2023 · 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 …

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

    Nov 22, 2023 · 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" …

  10. Github GraphQL API: This endpoint requires you to be authenticated

    Jul 25, 2023 · Github GraphQL API: This endpoint requires you to be authenticated Asked 3 years, 11 months ago Modified 2 years, 4 months ago Viewed 2k times