Skip to main content

How APIs are enabling businesses to maximise the potential of the cloud

Here is an interesting post on API from Guardian

The application programming interfaces (API) economy has arrived and is booming thanks to the role it plays in cloud computing. But what are APIs and why do they matter for businesses today? Put simply, APIs facilitate communication between applications. Previously, APIs fuelled the growth of consumer-oriented applications such as Facebook, Twitter and LinkedIn. For example, Twitter's popularity is largely because users can interact with the network through multiple channels and devices, made possible by APIs. But these interfaces are no longer the preserve of the consumer world. As a result of trends such as bring your own device (BYOD), employees, partners and customers alike want to connect to corporate services and data. Moreover, they expect to do this via the cloud and a host of mobile applications.

Defining APIs
Lets explore APIs a little more. In a business context, they can be thought of as Lego blocks, sitting at an organisation's boundary or edge. They can be used for enabling applications for both external users and employees. A recent survey conducted by Axway, in a webinar hosted in conjunction with Forrester, revealed that half of the global enterprises polled are already using or planning to deploy enterprise APIs, and almost a quarter of these are using them to connect internal applications to cloud services.

Driving revenue in the cloud
In an increasingly online world, more organisations are using the cloud to execute business transactions and create new revenue channels. For example, the Starbuck's iPhone application uses Google Maps to locate nearby coffeehouses, communicate with Starbuck's point-of-sales system to place orders and transact with the Blackhawk Network to buy and refill Starbucks gift cards. The communication between these companies is what is known as an application mash-up and is all down to the APIs in place. Not only do they support this type of integration, but a good set of APIs ensures this process is seamless and efficient. For complete and original post see here

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