google api key

Post on 07-Jan-2016

92 Views

Category:

Documents

1 Downloads

Preview:

Click to see full reader

DESCRIPTION

Google API Key. Google Developers Console. You sign in with your Google account credentials. Expand APIs and auth, APIs will probably be selected by default, search for the desired API. Click on the OFF-ON toggle button, check the agree checkbox, and click the Accept button. - PowerPoint PPT Presentation

TRANSCRIPT

Google API Key

1

Google Developers Console

You sign in with your Google account credentials.

2

Expand APIs and auth, APIs will probably be selected by default, search for the desired API

3

Click on the OFF-ON toggle button, check the agree checkbox, and click the Accept button

4

Note Books now moved to the top of the list, click on it

5

Click on Credentials on the left

6

Credentials (with actual credentials hidden – get your own)

7

HTML Page: main features a form with a text input and a submit button

8

http://www.lasalle.edu/~blum/c349wks/Books.html

9

PHP that handles previous form (API key hidden again)

10

http://www.lasalle.edu/~blum/c349wks/Books.php JSON output

11

The items property is an array – notice the “items”:[

12

The elements of the items array are objects with properties such as kind, id, etag, selfLink, volumeInfo, etc

13

The volumeInfo property is itself an object with properties such as title, authors, publishedDate, etc.

14

top related