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
Rodrigo Motta edited this page Oct 22, 2024
·
1 revision
Requirements for Utilizing GithubHttpApp
To leverage the functionalities of GithubHttpApp, you'll need the following:
Google Apps Script Project: You'll be using GithubHttpApp within the context of a Google Apps Script project.
GitHub Token: Authenticate with the GitHub API by acquiring a valid access token.
Basic Understanding of Google Apps Script: Familiarity with Google Apps Script's fundamentals and syntax is recommended.
External Dependency:
UrlFetchApp Class: GithubHttpApp relies on the built-in UrlFetchApp class provided by Google Apps Script for making HTTP requests. Refer to the official Google Apps Script documentation for detailed information on UrlFetchApp: Link to UrlFetchApp