You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,11 +8,12 @@ This is a public place for all sample projects related to the GitHub Platform.
8
8
The directories are organized to correlate with guides found on developer.github.com.
9
9
But here it is, broken down:
10
10
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
12
12
category are broken up by language. Do you have a language sample you'd like added?
13
13
Make a pull request and we'll consider it.
14
14
*_graphql_: here's a bunch of sample GraphQL queries that can be run against our [GitHub GraphQL API](https://docs.github.com/graphql).
15
15
*_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.
16
17
*_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.
17
18
*_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
18
19
*_sql_: here are sql scripts for custom reporting for GitHub Enterprise Server. We are open for more contributions via pull requests.
0 commit comments