-
Notifications
You must be signed in to change notification settings - Fork 3
Overview
Rodrigo Motta edited this page Oct 22, 2024
·
1 revision
Welcome to the GithubHttpApp Documentation!
This comprehensive guide delves into the functionalities and usage of the GithubHttpApp library for Google Apps Script. This library simplifies interacting with the GitHub API by abstracting away the complexities of building HTTP requests. With GithubHttpApp, you can focus on the core logic of your application while handling GitHub API interactions seamlessly.
This documentation empowers you to:
- Understand the library's capabilities: Explore the supported functionalities, including different request types (GET, POST, PUT, DELETE), header management, pagination handling, and response parsing.
- Learn utilization best practices: Discover how to effectively integrate the library into your Google Apps Script projects.
-
Grasp limitations: Be aware of any limitations imposed by the underlying Google Apps Script
UrlFetchApp
library.
Through this documentation, you'll gain the knowledge and confidence to leverage GithubHttpApp for efficient and streamlined communication with the GitHub API within your Google Apps Script projects.