Questions about this topic? Sign up to ask in the talk tab.
Difference between revisions of "API"
From NetSec
(Created page with "<b>A</b>pplication <b>P</b>rogrammable <b>I</b>nterface An API is a component for a specific piece of software which enables other software to communicate with it. For example, ...") |
|||
Line 1: | Line 1: | ||
+ | {{expand}} | ||
<b>A</b>pplication <b>P</b>rogrammable <b>I</b>nterface | <b>A</b>pplication <b>P</b>rogrammable <b>I</b>nterface | ||
An API is a component for a specific piece of software which enables other software to communicate with it. For example, if you wanted to write some code to embed Google Maps into your website, you would have to read about the Google Maps API, then write code that makes requests to the Google Maps servers using the API protocols, which in result would allow you to embed Google Maps onto your website. | An API is a component for a specific piece of software which enables other software to communicate with it. For example, if you wanted to write some code to embed Google Maps into your website, you would have to read about the Google Maps API, then write code that makes requests to the Google Maps servers using the API protocols, which in result would allow you to embed Google Maps onto your website. |
Revision as of 01:19, 19 October 2011
This article contains too little information, it should be expanded or updated. |
---|
Things you can do to help:
|
Application Programmable Interface
An API is a component for a specific piece of software which enables other software to communicate with it. For example, if you wanted to write some code to embed Google Maps into your website, you would have to read about the Google Maps API, then write code that makes requests to the Google Maps servers using the API protocols, which in result would allow you to embed Google Maps onto your website.