GitHub Platform Samples

https://github.com/github/platform-samples

Platform Samples is a set of samples for the GitHub Platform. Since they are just samples there are no binary releases. The samples go from access to the GitHub API in several different languagues to hooks and SQL examples.

Status

All of the examples are working correctly as of 06/20/2024 with commit f24cf01. The only sample that is not working is one under APIs that uses scala with sbt (platform-samples/api/scala.with.sbt/octocat-samples at master · github/platform-samples), which seems to be deprecated as the last commit was 8 years ago and requires a version of sbt that is no longer available.

Build/Run

Follow the official instructions of each sample located in the repository.

Â