Skip to content

Commit

Permalink
feat: Add gmail, calendar, and sheets
Browse files Browse the repository at this point in the history
  • Loading branch information
openint-bot committed Dec 23, 2024
1 parent 8665dcd commit 9e4c248
Show file tree
Hide file tree
Showing 15 changed files with 38,757 additions and 581 deletions.
12 changes: 12 additions & 0 deletions master-manifest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,18 @@ export default {
name: 'google_drive_v2',
url: 'https://api.apis.guru/v2/specs/googleapis.com/drive/v2/openapi.json',
},
{
name: 'google_sheets_v4',
url: 'https://api.apis.guru/v2/specs/googleapis.com/sheets/v4/openapi.json',
},
{
name: 'google_calendar_v3',
url: 'https://api.apis.guru/v2/specs/googleapis.com/calendar/v3/openapi.json',
},
{
name: 'google_gmail_v1',
url: 'https://api.apis.guru/v2/specs/googleapis.com/gmail/v1/openapi.json',
},
]
}
return getJson<{
Expand Down
Loading

0 comments on commit 9e4c248

Please sign in to comment.