Skip to main content

API: A Tool for Developers

API (Application programming Interface) is a tool for developers. It helps them to building their application by using resources built by others. For instance a developer can use  Google Web Search API to use search results within her application or use Google Maps API.


The essential purpose of API to help developer harness resources available elsewhere. An API is means by which third parties can develop code that can interface with other code written by other developer. API may consists of - a set or routines, data structures, object classes, protocols that is provided by libraries or operating system services- all meant to be used in building of applications. 

Examples:
  • Doubleclick have a published Java API that allows users to interrogate the database tables to get information about their online advertising campaign 
  • The Amazon Product Advertising API provides programmatic access to Amazon’s product selection and discovery functionality so that developers like you can advertise Amazon products to monetize your website. 
Student project done using API's


Comments

Popular posts from this blog

The Discovery of Digital India

বাংলা ગુજરાતી हिंदी ಕನ್ನಡ മലയാളം मराठी पंजाबी ଓଡିଆ தமிழ் తెలుగు      Sindhi  سنڌي DIGITAL INDIA:  The Complete Reference How to discover and use Digital India Services for your personal and professional productivity and success. Ravindra Dastikop https://youtube.com/user/dastikop 2020 CHALLENGE Today Digital India information is scattered and lodged in different systems and places hence my professional      MISSION: To organize Digital India information  and make it universally accessible and useful to every Indian resident. TABLE OF CONTENTS  Mission  PREFACE TARGET AUDIENCE   Organization of this book  How to use this Book for Results PART I  : GETTING STARTED What is digital India ? - Its vision and mission, structure, Digital India platform nature and components  PART II :  DIGITAL INDIA SERVICES FOR CITIZENS These services provide information, services, and other functionality...

26 New API

New APIs PrimoPay The service provides payment processing for e-commerce and other online transactions within Australia. It works through Australian banks to verify customer accounts and availability of funds, then completes credit card processing to transfer funds to a seller. Batching functions retry transactions that fail initially due to problems with a bank's processing system. Because it remains independent of banks, sellers can change banking relationships without reconfiguring online payment functionality. API methods support payment submission using popular credit cards Visa, MasterCard, American Express, and Diners Club, among others. Methods interact with issuing banks to pre-authorize cards and verify available account balances, then obtain buyer confirmation and complete payment processing. The API also handles refunds for cancelled or returned purchases. Hatsize ...

Using the SendGrid API to send emails from your mobile apps

Using the SendGrid API to send emails from your mobile apps SendGrid  is a cloud-based service that exposes and easy-to-use API to send emails from your apps, and Appcelerator apps are no exception. Sendgrid just published an Appcelerator library that makes it even easier to use. To use it, first sign up for a free SendGrid account at  http://sendgrid.com . The user name and password you choose will be the ones you’ll use for the library. The library is currently hosted on  GitHub  and soon will be available in the Appcelerator Marketplace. Locate the file  tisendgrid.js  and copy it to your project folder. For more information see here