Skip to content

Commit 71a70d3

Browse files
authored
Update README.md
1 parent 33df515 commit 71a70d3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,12 @@ This is a public place for all sample projects related to the GitHub Platform.
88
The directories are organized to correlate with guides found on developer.github.com.
99
But here it is, broken down:
1010

11-
* _api_: here's a bunch of sample code relating to the API. Subdirectories in this
11+
* _api_: here's a bunch of sample code relating to the GitHub API. Subdirectories in this
1212
category are broken up by language. Do you have a language sample you'd like added?
1313
Make a pull request and we'll consider it.
1414
* _graphql_: here's a bunch of sample GraphQL queries that can be run against our [GitHub GraphQL API](https://docs.github.com/graphql).
1515
* _hooks_: want to find out how to write a consumer for [our web hooks](https://docs.github.com/webhooks-and-events/webhooks/about-webhooks)? The examples in this subdirectory show you how. We are open for more contributions via pull requests.
16+
* _microsoft-graph-api_: here's a bunch of sample [Microsoft Graph](https://learn.microsoft.com/en-us/graph/use-the-api) commands related to integrations for GitHub, such as EMU (Enterprise Managed User) OIDC authentication for Azure AD/Entra.
1617
* _pre-receive-hooks_: this one contains [pre-receive-hooks](https://docs.github.com/enterprise-server/admin/policies/enforcing-policy-with-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.
1718
* _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
1819
* _sql_: here are sql scripts for custom reporting for GitHub Enterprise Server. We are open for more contributions via pull requests.

0 commit comments

Comments
 (0)