Skip to content

Commit

Permalink
Updated link for API Discovery Document(s)
Browse files Browse the repository at this point in the history
  • Loading branch information
induratized committed Jun 8, 2020
1 parent f0abdb5 commit e96abcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/start.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ You can use the JavaScript client library to interact with Google APIs, such as
There are several ways to use the JavaScript client library to make API requests, but they all follow the same basic pattern:

1. The application loads the JavaScript client library.
2. The application initializes the library with API key, OAuth client ID, and [API Discovery Document(s)](https://developers.google.com/api-client-library/javascript/features/discovery).
2. The application initializes the library with API key, OAuth client ID, and [API Discovery Document(s)](https://github.com/google/google-api-javascript-client/blob/master/docs/discovery.md).
3. The application sends a request and processes the response.

The following sections show 3 common ways of using the JavaScript client library.
Expand Down

0 comments on commit e96abcb

Please sign in to comment.