This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* GitHub Commits for Google App Script. | |
* Originally derived from https://gist.github.com/pamelafox/ea0474daa137f035b489bf78cc5797ea | |
* but now heavily modified. | |
* Provides functionality for much of the GitHub 'Git database' API: | |
* https://docs.github.com/en/rest/reference/git | |
* | |
* This allows some basic query and commit operations on a repository in GitHub without | |
* requiring a local git client. The functionality is currently limited to getting available | |
* branches, and the building blocks for constructing a commit. Since this is done via REST |