- 
                Notifications
    
You must be signed in to change notification settings  - Fork 3
 
Requirements
        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 
UrlFetchAppclass provided by Google Apps Script for making HTTP requests. Refer to the official Google Apps Script documentation for detailed information onUrlFetchApp: Link to UrlFetchApp