GitXplorerGitXplorer
g

platform-samples

public
1939 stars
1754 forks
38 issues

Commits

List of commits on branch master.
Verified
e5d5c0fc95448266a0e2710b897874c6caac39c6

Merge pull request #759 from github/bss-mc-2fa-ent-graphql-examples

bbss-mc committed 2 months ago
Verified
c390d9bd8d6317e6846f23fa01fccba05e66e10d

Update graphql/queries/enterprise-outside-collaborators-2fa-insecure.graphql

bbss-mc committed 2 months ago
Unverified
65fdcc5646c441d8397be67133d9d9f26c5aa1e3

Create `.graphql` files for checking 2FA status of enterprise members / OCs

bbss-mc committed 2 months ago
Verified
5717604e03dd3abc921f1d2b9de69c58798acf95

Merge pull request #757 from github/jusuchin85/2024-11-19_graphql_ip-allow-lists

jjusuchin85 committed 2 months ago
Verified
68de17190ed7d680005da1aeeed9c078682f0e91

Add additional enabling/disabling IP allow lists

jjusuchin85 committed 2 months ago
Verified
10b3fb70d911117866ee71c446118860f71ee9f3

Remove setting the clientMutationId variable

jjusuchin85 committed 2 months ago

README

The README file for this repository.

platform-samples

This is a public place for all sample projects related to the GitHub Platform.

Hierarchy

The directories are organized to correlate with guides found on developer.github.com. But here it is, broken down:

  • api: here's a bunch of sample code relating to the GitHub API. Subdirectories in this category are broken up by language. Do you have a language sample you'd like added? Make a pull request and we'll consider it.
  • graphql: here's a bunch of sample GraphQL queries that can be run against our GitHub GraphQL API.
  • hooks: want to find out how to write a consumer for our web hooks? The examples in this subdirectory show you how. We are open for more contributions via pull requests.
  • microsoft-graph-api: here's a bunch of sample Microsoft Graph commands related to integrations for GitHub, such as EMU (Enterprise Managed User) OIDC authentication for Azure AD/Entra.
  • pre-receive-hooks: this one contains pre-receive-hooks that can block commits on GitHub Enterprise that do not fit your requirements. Do you have more great examples? Create a pull request and we will check it out.
  • scripts: want to analyze or clean-up your Git repository? The scripts in this subdirectory show you how. We are open for more contributions via pull requests.
  • sql: here are sql scripts for custom reporting for GitHub Enterprise Server. We are open for more contributions via pull requests.