22
33Node.js samples for [ G Suite API] ( https://developers.google.com/gsuite/ ) docs.
44
5- ## APIs
5+ | | ** Apps Script** | ** Calendar** | ** Classroom** | ** Drive V3** | ** Gmail** | ** Sheets** | ** Slides** | ** Tasks** |
6+ | --- | --- | --- | --- | --- | --- | --- | --- | --- |
7+ | Quickstart | [ Link] ( https://developers.google.com/apps-script/api/quickstart/nodejs ) | [ Link] ( https://developers.google.com/google-apps/calendar/quickstart/nodejs ) | [ Link] ( https://developers.google.com/classroom/quickstart/nodejs ) | [ Link] ( https://developers.google.com/drive/v3/web/quickstart/nodejs ) | [ Link] ( https://developers.google.com/gmail/api/quickstart/nodejs ) | [ Link] ( https://developers.google.com/sheets/api/quickstart/nodejs ) | [ Link] ( https://developers.google.com/slides/quickstart/nodejs ) | [ Link] ( https://developers.google.com/google-apps/tasks/quickstart/nodejs ) |
8+ | Snippets | --- | [ Link] ( https://developers.google.com/calendar/overview ) | [ Link] ( https://developers.google.com/classroom/guides/get-started ) | [ Link] ( https://developers.google.com/drive/v3/web/about-sdk ) | [ Link] ( https://developers.google.com/gmail/api/guides/ ) | [ Link] ( https://developers.google.com/sheets/api/guides/concepts ) | [ Link] ( https://developers.google.com/slides/how-tos/overview ) | --- |
9+
10+ ## Sample Types
11+
12+ #### Quickstarts
13+
14+ In about ** five minutes** , you'll have a simple Node command-line application that makes requests to a Google API.
15+
16+ #### Guides
17+
18+ Learn how to use functions within an API, such as creating a new Google Slide to adding values to a Google Spreadsheet.
19+
20+ ## Other APIs
621
722### Admin SDK
823
@@ -13,42 +28,6 @@ Node.js samples for [G Suite API](https://developers.google.com/gsuite/) docs.
1328- [ Reports Quickstart] ( https://developers.google.com/admin-sdk/reports/v1/quickstart/nodejs )
1429- [ Reseller Quickstart] ( https://developers.google.com/admin-sdk/reseller/v1/quickstart/nodejs )
1530
16- ### Apps Script
17-
18- - [ Quickstart] ( https://developers.google.com/apps-script/api/quickstart/nodejs )
19-
20- ### Calendar
21-
22- - [ Quickstart] ( https://developers.google.com/google-apps/calendar/quickstart/nodejs )
23-
24- ### Classroom
25-
26- - [ Quickstart] ( https://developers.google.com/classroom/quickstart/nodejs )
27-
28- ### Drive V3
29-
30- - [ Quickstart] ( https://developers.google.com/drive/v3/web/quickstart/nodejs )
31- - [ Snippets] ( https://developers.google.com/drive/v3/web/about-sdk )
32-
33- ### Gmail
34-
35- - [ Quickstart] ( https://developers.google.com/gmail/api/quickstart/nodejs )
36- - [ Snippets] ( https://developers.google.com/gmail/api/guides/ )
37-
38- ### Sheets
39-
40- - [ Quickstart] ( https://developers.google.com/sheets/api/quickstart/nodejs )
41- - [ Snippets] ( https://developers.google.com/sheets/api/guides/concepts )
42-
43- ### Slides
44-
45- - [ Quickstart] ( https://developers.google.com/slides/quickstart/nodejs )
46- - [ Snippets] ( https://developers.google.com/slides/how-tos/overview )
47-
48- ### Tasks
49-
50- - [ Quickstart] ( https://developers.google.com/google-apps/tasks/quickstart/nodejs )
51-
5231## Setup
5332
54331 . Install [ Node.js v4.5.0 or greater] ( https://nodejs.org ) .
0 commit comments