Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use octocrab for GraphQL queries #187

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Feb 6, 2024

  1. Use octocrab for GraphQL queries

    Remove the manual use of reqwest::Client for graphql
    queries and use octocrab instead.
    
    This removes the need to specify the github api url
    multiple times. We instead leverage the global octocrab
    instance for which we configure the api url once.
    
    This is beneficial for a cleaner implementation of
    Github Enterprise support (spacedentist#158), as we can configure
    the base url once.
    jtietema authored and Jeroen Tietema committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    3a31f5b View commit details
    Browse the repository at this point in the history