Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/google/google-api-javascript-client
Google APIs Client Library for browser JavaScript, aka gapi.
https://github.com/google/google-api-javascript-client
Last synced: about 2 months ago
JSON representation
Google APIs Client Library for browser JavaScript, aka gapi.
- Host: GitHub
- URL: https://github.com/google/google-api-javascript-client
- Owner: google
- License: apache-2.0
- Created: 2014-12-11T05:39:35.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2024-08-23T19:41:51.000Z (4 months ago)
- Last Synced: 2024-10-24T07:38:46.643Z (about 2 months ago)
- Language: CSS
- Homepage:
- Size: 853 KB
- Stars: 3,209
- Watchers: 125
- Forks: 1,059
- Open Issues: 338
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Google API Client Library for JavaScript
## Description
The Google API Client Library for JavaScript is designed for JavaScript client-application
developers. It offers simple, flexible access to many Google APIs.> Note: This repo does not contain the source code for the `gapi` client.
## Features
The JavaScript client library [supports these Google APIs](https://developers.google.com/apis-explorer/#p/).
If you use TypeScript, you can install [`@types/gapi`](https://www.npmjs.com/package/@types/gapi) for autocompletion.
# Documentation
- [Getting Started](docs/start.md)
- [Reference](docs/reference.md)## Guides
- [Auth](docs/auth.md)
- [Batch](docs/batch.md)
- [Discovery Documents](docs/discovery.md)
- [FAQ](docs/faq.md)
- [Promises](docs/promises.md)
- [Samples](docs/samples.md)## Links
- [Discussions](https://github.com/google/google-api-javascript-client/issues)