Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tbrowder/google-api-client
Provides client access to Google APIs via OAuth2
https://github.com/tbrowder/google-api-client
Last synced: about 1 month ago
JSON representation
Provides client access to Google APIs via OAuth2
- Host: GitHub
- URL: https://github.com/tbrowder/google-api-client
- Owner: tbrowder
- License: artistic-2.0
- Created: 2019-10-05T11:17:38.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-31T15:22:05.000Z (over 3 years ago)
- Last Synced: 2024-12-09T19:50:12.405Z (about 2 months ago)
- Language: Raku
- Homepage:
- Size: 11.7 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Google::API::Client
Provides client access for Google APIs via OAuth2Examples are provided for local, programmatic access to several Google
products which require OAuth2 for access: Gmail and Google Contacts.
This module is different from Brian Duggan's module (see Credits below)
in that his uses a web server as the using project while this
module uses projects which are operated as programs on a local host.Credits
=======Thanks to Brian Duggan and his ground-breaking work on using Google OAuth2 access
in his module [OAuth2::Client::Google](https://github.com/bduggan/p6-oauth2-client-google).
In that module he lead the
way for me through the sticky wicket of Google's description
of using its OAuth2.