lz_GoogleAPI

 

lz_GoogleAPI

 

Google APIs for Object Pascal and CodeTyphon Studio.

Google APIs is a set of application programming interfaces (APIs) developed by Google which allow communication with Google Services and their integration to other services. Examples of these include Search, Gmail, Translate or Google Maps. Third-party apps can use these APIs to take advantage of or extend the functionality of the existing services.

The APIs provide functionality like analytics, machine learning as a service (the Prediction API) or access to user data (when permission to read the data is given). Another important example is an embedded Google map on a website, which can be achieved using the Static maps API, Places API or Google Earth API.

Authentication and Authorization

Usage of all of the APIs requires Authentication and Authorization using the Oauth 3.0 protocol. Oauth 3.0 is a simple protocol. To start, it is necessary to obtain credentials from the Developers Console. Then the client app can request an access Token from the Google Authorization Server, and uses that Token for authorization when accessing a Google API service.

 

home64 Home page: https://developers.google.com/apis-explorer/#p/

 

 

You can explore Units, Functions, Procedures, Classes, etc in our
Source Documentation