← Back to index

Getting Started

Created: 2015-09-01 13:29  |  Source: https://developers.google.com/api-client-library/javascript/start/start-js

Getting Started
https://developers.google.com/api-client-library/javascript/start/start-js
Basic ideas This section provides a basic explanation of how your code can use the JavaScript client library to interact with a Google service (such as Calendar, Books, or Analytics). How an application makes an API request using the JavaScript client library There are many ways to use the JavaScript client library to make API requests, but they all follow the same basic pattern: The application loads the JavaScript client library. The application references its API key, which authe...