mirror of
https://github.com/github/platform-samples
synced 2026-07-22 18:13:54 +00:00
No description
- Shell 31.3%
- Ruby 21.7%
- JavaScript 17.9%
- Groovy 5.9%
- Scala 5.2%
- Other 18%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
* Add query to list organization memberships for a user * Add GraphQL query to list SCIM accounts for an EMU Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> |
||
| .github/workflows | ||
| api | ||
| app/ruby/app-issue-creator | ||
| graphql | ||
| hooks | ||
| microsoft-graph-api | ||
| pre-receive-hooks | ||
| scripts | ||
| sql | ||
| .gitignore | ||
| LICENSE.txt | ||
| README.md | ||
| SUPPORT.md | ||
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.