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

  2. 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 branch/tag/ref.

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

  4. 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. It's a library that …

  5. How to write a GraphQL query to retrieve all the workflows/runs from …

    Oct 13, 2022 · How to write a GraphQL query to retrieve all the workflows/runs from github Asked 3 years, 3 months ago Modified 2 years, 5 months ago Viewed 4k times

  6. 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, 7 months ago Modified 2 years, 7 months ago Viewed 3k times

  7. 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 forks > 3 total c...

  8. 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, 5 months ago Viewed 2k times

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

    Feb 24, 2021 · I've noticed that the list returned in the API differs from the list available in the Repo > Security flow in the Github repository UI, and that's taking into account pagination.

  10. github - List collaborators from GraphQL API - Stack Overflow

    Jul 16, 2021 · List collaborators from GraphQL API Asked 4 years, 6 months ago Modified 4 years, 6 months ago Viewed 2k times