Hi, I am running into a problem getting a specific text file's contents at a certain commit using GraphQL 1. I can get the latest version of the file using the Repository Object qu...
Hello, I been looking at the documentation for enterprise admin endpoint: here: understanding-scopes-for-oauth-apps and here: enterprise-admin It sounds like I should be able to g...
So I'm trying to access the GraphQL API v4 as such: import os
import requests
import json
url = 'https://api.github.com/graphql'
query = """
query someFunction($repository_name: String...
I'm preparing to submit the app to the Marketplace. The app has three versions: Web, Electron and Mobile. Since setting up the "Setup URL" is required by Marketplace, I made it redirect to ...
Hello everyone, is it possible to create a new Github Page through the REST API v3? I tried to use "Request a page build", but it only works on already existing pages. If I use this...
Hello, Are there any plans to add support for creating GitHub Apps from manifest to GitHub Enterprise? What is the current best practice for GitHub Enterprise users to install GitHub Apps? ...
With GitHub Actions we can implement complete CI/CD workflows. But is there a way to display test, code coverage, and miscellaneous reports in a friendly HTML format like Jenkins ...
Hello There! :-) I have a Ghost Notification that never goes away (via multiple PC and Android Browser's) and I've done everything I can think of to get rid of it. I've even removed every singl...
I used the code given here - https://developer.github.com/v3/guides/getting-started/#create-a-repository - to create a repo using REST API v3. But it errors out with a message `Problems parsing...