Introduction The use of the term Application Programming Interface, or API, is very common in the computer community. My interest in this post is focused on the Web APIs or, in other words, the tools used by web communities to facilitate sharing content and data between communities and applications So let’s share some data in […]
Tag Archives | API
Using the Google API client library for PHP
This post explains an example of use of the Google API client library for PHP, based on some code I have written recently. Introduction to Google API Google APIs Client Library for PHP provides access to many Google APIs. In this post I will show an example of use of the Google Directory API which will allow me […]