google api key

14
Google API Key 1

Upload: nita

Post on 07-Jan-2016

73 views

Category:

Documents


1 download

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

Page 1: Google API Key

Google API Key

1

Page 2: Google API Key

Google Developers Console

You sign in with your Google account credentials.

2

Page 3: Google API Key

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

3

Page 4: Google API Key

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

4

Page 5: Google API Key

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

5

Page 6: Google API Key

Click on Credentials on the left

6

Page 7: Google API Key

Credentials (with actual credentials hidden – get your own)

7

Page 8: Google API Key

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

8

Page 9: Google API Key

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

9

Page 10: Google API Key

PHP that handles previous form (API key hidden again)

10

Page 11: Google API Key

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

11

Page 12: Google API Key

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

12

Page 13: Google API Key

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

13

Page 14: Google API Key

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

14