SlideShare una empresa de Scribd logo
1 de 29
Descargar para leer sin conexión
Unlock the Value of Your
Unique Assets with a
Robust API
Daniel Adelhardt
Director, Product Management
Robert Rowe
Sr. Manager, Product Marketing

©2013 Software AG. All rights reserved.
APIs are a High Volume, Billion Dollar Business

Salesforce.com generates half of its $2.3B
in revenue via APIs

300,000 registered apps

Twitter processes 13B transactions per day
via its APIs. Google processes about 5B
transactions per day via its APIs

2 |

©2013 Software AG. All rights reserved. For internal use only

Ena

rs
Partne
bling

$2B/yr. “90% of what we do
is business through APIs”
What is an API?
•  It’s a service

3 |

©2013 Software AG. All rights reserved. For internal use only
New Methods to Reach Customers Via Apps
WEB	
  

APPS	
  

1 billion

TRADITIONAL	
  IT	
  

4 |

1 trillion

API	
  PLATFORM	
  

©2013 Software AG. All rights reserved. For internal use only

But why would any
organization willingly risk
exposing its most precious
data assets over the Web?
The App and API Value Chain
Apps	
  
Delighted	
  
Customer	
  
App Developer

API	
  PLATFORM	
  

5 |

©2013 Software AG. All rights reserved. For internal use only

IT	
  Systems	
  
Business Reasons for Exposing APIs

Power Mobile Apps

Find New Sources
of Revenue

Foster
Innovation

Self-service
Customers,Partners

APIs provide Business Value

6 |

©2013 Software AG. All rights reserved. For internal use only
How Many Apps Are There?

Source: http://
www.pureoxygenmobile.com/howmany-apps-in-each-app-store/
iTunes, Google Play, Windows Phone Marketplace, Blackberry World

7 |

©2013 Software AG. All rights reserved. For internal use only
8 |

©2013 Software AG. All rights reserved. For internal use only
API Business Models – Show Me The Money!
Source: 20 API business models in 20 minutes, John Musser,
ProgrammableWeb, API Strategy Conference, 2013

Bake your business model into your API

9 |

©2013 Software AG. All rights reserved. For internal use only
The Time for API Adoption is Now!

Key Points:
•  The App economy is not limited to a
single industry
•  Remixing data from multiple sources is
emerging as a hot new business model
(i.e. mashing up maps with transit
data)
•  Numerous reasons to expose APIs
•  Many business models for making
money with APIs

10 |

©2013 Software AG. All rights reserved. For internal use only
How to Implement a Robust API
Strategy

©2013
©2013 Software AG. All rights reserved. For internal
11 | Software AG. All rights reserved. For internal use only use only
Framework to Build a Robust API Platform

API Goals &
Prioritization
(Identification)

12 |

©2013 Software AG. All rights reserved. For internal use only

Definition &
Realization
(Actualization)

Deployment &
Optimization
(Operations)
Decide on the Business Goals of your API

Targeted Audience

Business Model

Marketing Strategy

13 |

©2013 Software AG. All rights reserved. For internal use only
Is your API well provisioned?
Infrastructure

Processes

People

14 |

©2013 Software AG. All rights reserved. For internal use only
Provide Simple & flexible APIs
•  Provide choices –
•  Data Formats
•  Protocols
•  Authentication

•  Get familiar with API
Design Patterns

15 |

©2013 Software AG. All rights reserved. For internal use only
Building an API is a lot like building a UX

Incorporate User Feedback

Refine

Mock Up

16 |

Try out

©2013 Software AG. All rights reserved. For internal use only

Implement

Provision
Your Protocol Choices – SOAP to REST?
•  RESTful APIs are clearly perceived as
state of the art
•  BUT: SOAP also provides unique
advantages
•  Decide based on your API audience
•  Or design for both
Source: ProgrammableWeb, based on
5100 API’s as of Feb 2013

Don’t let Hype drive your design choices!

17 |

©2013 Software AG. All rights reserved. For internal use only
JSON or XML – your payload format choices?
JSON

XML
• 
• 
• 
• 
• 
• 

Verbosity
Extensible
Strongly typed
More complex
Namespaces
Wide range of layered technologies

• 
• 
• 
• 
• 

More compact
Not extensible by design
Simple syntax
Ambiguity
Faster

Don’t let Hype drive your design choices!

18 |

©2013 Software AG. All rights reserved. For internal use only
Optimize for Cloud & Mobile
Infrastructure Considerations
• 
• 
• 
• 

API Result Caching
Leverage Compression (GZIP)
Traffic Management
High Availability

19 |

©2013 Software AG. All rights reserved. For internal use only
Some API Design Best Practices
Partial Responses
Limit Results

GET http://myhost/myAPI/info?
Limit=25

Pagination

GET http://myhost/myAPI/info?
Offset=50&Limit=25

Service side Sorting

GET http://myhost/myAPI/info?
Sort=name&order=ASC

Design for Versions

20 |

GET http://myhost/myAPI/info?
fields=name, e-mail

GET http://myhost/v1/myAPI/..

©2013 Software AG. All rights reserved. For internal use only
API Façade implemented by an API Gateway
Authentication & Authorization
API Facade
Security & Intrusion Protection
API Gateway
Traffic Optimization & Shaping

Monitoring & SLA Management

21 |

©2013 Software AG. All rights reserved. For internal use only

Backends
Managing the lifecycle of your API
Salesforce:

/services/
data/v20.0/sobjects/
Account

Intuit: /api/v1/app/
BillingStatus/
<appid>
Dependencies & impact analysis

API versioning

Provisioning, deprecation
& retirement

“Communication leads to community that is, to
understanding, intimacy and mutual valuing.”
- Rollo May

22 |

©2013 Software AG. All rights reserved. For internal use only
Analyse your API’s usage
Leverage Analytics
QoS	
  

Support	
  

Traffic	
  

MarkeEng	
  

Trends	
  

Business	
  

“You can't manage what you can't measure”
- Peter Drucker

23 |

©2013 Software AG. All rights reserved. For internal use only
Delighting your developers
•  Make it easy to find APIs
•  Document APIs properly
•  Provide Sample Code
or SDKs
•  Share Sample Apps
•  Evangelize
•  Sponsor Hackathons

Communicate & Evangelize

Great Documentation
24 |

©2013 Software AG. All rights reserved. For internal use only
The Software AG
API Management Suite

©2013
©2013 Software AG. All rights reserved. For internal
25 | Software AG. All rights reserved. For internal use only use only
Why do APIs need to be managed?
Partners

API
PLATFORM

Provision APIs?
Retire APIs?
Secure internal
assets?
Onboard
developers?
Provide tiered
access?

API	
  Provider	
  

26 |

©2013 Software AG. All rights reserved. For internal use only

Meter Usage?
Sign up for
access?
Understand
usage?
Track their
KPIs?

App	
  Developer	
  

Affiliates

ISV’s

Internal
Developers
Typical Deployment Architecture
API Consumers

API Portal
API Invocation

Optional Load
Balancer

Edge Security

Enterprise
Edge
Enterprise
Gateway

CentraSite

Mediator
API Mediation

Mediator

API Lifecycle
API Metering
and Analytics

Backend Services
27 |

©2013 Software AG. All rights reserved. For internal use only

Secure
Enterprise
Network
Benefits of Software AG’s API Management Suite

Full
Lifecycle
Control over
your APIS

28 |

Single,
unified
solution for
both internal
as well as
external APIs

©2013 Software AG. All rights reserved. For internal use only

Scale your
API
deployments
rapidly with
out-of-thebox
Terracotta
caching

Leverage
proven
webMethods
technology
recognized
by leading
analysts

Achieve
faster timeto-value
with Prime
methodology
and our
expertise
API Management: Unlock the Value of Your Unique Assets with a Robust API

Más contenido relacionado

La actualidad más candente

SAP API Business Hub - SAP Community Webinar
SAP API Business Hub - SAP Community Webinar SAP API Business Hub - SAP Community Webinar
SAP API Business Hub - SAP Community Webinar Harsh Jegadeesan
 
API Economy - The Making of a Digital Business
API Economy - The Making of a Digital BusinessAPI Economy - The Making of a Digital Business
API Economy - The Making of a Digital BusinessAkana
 
API Management in Digital Transformation
API Management in Digital TransformationAPI Management in Digital Transformation
API Management in Digital TransformationAditya Thatte
 
Application Programming Interfaces Overview Powerpoint Presentation Slides
Application Programming Interfaces Overview Powerpoint Presentation SlidesApplication Programming Interfaces Overview Powerpoint Presentation Slides
Application Programming Interfaces Overview Powerpoint Presentation SlidesSlideTeam
 
SAP API Management and API Business Hub (TechEd Barcelona)
SAP API Management and API Business Hub (TechEd Barcelona)SAP API Management and API Business Hub (TechEd Barcelona)
SAP API Management and API Business Hub (TechEd Barcelona)Harsh Jegadeesan
 
Api architectures for the modern enterprise
Api architectures for the modern enterpriseApi architectures for the modern enterprise
Api architectures for the modern enterpriseCA API Management
 
Is it time for a Connector-less Approach to Cloud Integration?
Is it time for a Connector-less Approach to Cloud Integration? Is it time for a Connector-less Approach to Cloud Integration?
Is it time for a Connector-less Approach to Cloud Integration? Akana
 
API Management Solution Powerpoint Presentation Slides
API Management Solution Powerpoint Presentation SlidesAPI Management Solution Powerpoint Presentation Slides
API Management Solution Powerpoint Presentation SlidesSlideTeam
 
API Maturity Model (Webcast with Accenture)
API Maturity Model (Webcast with Accenture)API Maturity Model (Webcast with Accenture)
API Maturity Model (Webcast with Accenture)Apigee | Google Cloud
 
SAP API Management sap insider webinar intelligent business operations netw...
SAP API Management   sap insider webinar intelligent business operations netw...SAP API Management   sap insider webinar intelligent business operations netw...
SAP API Management sap insider webinar intelligent business operations netw...Darren Crowder
 
API Strategy Introduction
API Strategy IntroductionAPI Strategy Introduction
API Strategy IntroductionDoug Gregory
 
Craft and Execute your Enterprise API Strategy with SAP Cloud Platform
Craft and Execute your Enterprise API Strategy with SAP Cloud PlatformCraft and Execute your Enterprise API Strategy with SAP Cloud Platform
Craft and Execute your Enterprise API Strategy with SAP Cloud PlatformHarsh Jegadeesan
 
Alexio Cassani - Start-up & API Economy: opportunità e benefici | Codemotion ...
Alexio Cassani - Start-up & API Economy: opportunità e benefici | Codemotion ...Alexio Cassani - Start-up & API Economy: opportunità e benefici | Codemotion ...
Alexio Cassani - Start-up & API Economy: opportunità e benefici | Codemotion ...Codemotion
 
Api-First service design
Api-First service designApi-First service design
Api-First service designStefaan Ponnet
 
API Economy - Cuomo
API Economy - Cuomo API Economy - Cuomo
API Economy - Cuomo Prolifics
 
API Management
API ManagementAPI Management
API ManagementProlifics
 
APIdays Paris 2018 - Creating an API economy business strategy Alan Glickenho...
APIdays Paris 2018 - Creating an API economy business strategy Alan Glickenho...APIdays Paris 2018 - Creating an API economy business strategy Alan Glickenho...
APIdays Paris 2018 - Creating an API economy business strategy Alan Glickenho...apidays
 
How API became key to Whispir's growth strategy - Gartner AADI 2016
How API became key to Whispir's growth strategy - Gartner AADI 2016How API became key to Whispir's growth strategy - Gartner AADI 2016
How API became key to Whispir's growth strategy - Gartner AADI 2016Jordan Walsh
 

La actualidad más candente (20)

SAP API Business Hub - SAP Community Webinar
SAP API Business Hub - SAP Community Webinar SAP API Business Hub - SAP Community Webinar
SAP API Business Hub - SAP Community Webinar
 
API Economy - The Making of a Digital Business
API Economy - The Making of a Digital BusinessAPI Economy - The Making of a Digital Business
API Economy - The Making of a Digital Business
 
API Management in Digital Transformation
API Management in Digital TransformationAPI Management in Digital Transformation
API Management in Digital Transformation
 
Application Programming Interfaces Overview Powerpoint Presentation Slides
Application Programming Interfaces Overview Powerpoint Presentation SlidesApplication Programming Interfaces Overview Powerpoint Presentation Slides
Application Programming Interfaces Overview Powerpoint Presentation Slides
 
SAP API Management and API Business Hub (TechEd Barcelona)
SAP API Management and API Business Hub (TechEd Barcelona)SAP API Management and API Business Hub (TechEd Barcelona)
SAP API Management and API Business Hub (TechEd Barcelona)
 
Api architectures for the modern enterprise
Api architectures for the modern enterpriseApi architectures for the modern enterprise
Api architectures for the modern enterprise
 
Is it time for a Connector-less Approach to Cloud Integration?
Is it time for a Connector-less Approach to Cloud Integration? Is it time for a Connector-less Approach to Cloud Integration?
Is it time for a Connector-less Approach to Cloud Integration?
 
API Management Solution Powerpoint Presentation Slides
API Management Solution Powerpoint Presentation SlidesAPI Management Solution Powerpoint Presentation Slides
API Management Solution Powerpoint Presentation Slides
 
Definitive Guide to API Management
Definitive Guide to API ManagementDefinitive Guide to API Management
Definitive Guide to API Management
 
API Maturity Model (Webcast with Accenture)
API Maturity Model (Webcast with Accenture)API Maturity Model (Webcast with Accenture)
API Maturity Model (Webcast with Accenture)
 
SAP API Management sap insider webinar intelligent business operations netw...
SAP API Management   sap insider webinar intelligent business operations netw...SAP API Management   sap insider webinar intelligent business operations netw...
SAP API Management sap insider webinar intelligent business operations netw...
 
API Strategy Introduction
API Strategy IntroductionAPI Strategy Introduction
API Strategy Introduction
 
Craft and Execute your Enterprise API Strategy with SAP Cloud Platform
Craft and Execute your Enterprise API Strategy with SAP Cloud PlatformCraft and Execute your Enterprise API Strategy with SAP Cloud Platform
Craft and Execute your Enterprise API Strategy with SAP Cloud Platform
 
Alexio Cassani - Start-up & API Economy: opportunità e benefici | Codemotion ...
Alexio Cassani - Start-up & API Economy: opportunità e benefici | Codemotion ...Alexio Cassani - Start-up & API Economy: opportunità e benefici | Codemotion ...
Alexio Cassani - Start-up & API Economy: opportunità e benefici | Codemotion ...
 
Api-First service design
Api-First service designApi-First service design
Api-First service design
 
API Economy - Cuomo
API Economy - Cuomo API Economy - Cuomo
API Economy - Cuomo
 
API Management
API ManagementAPI Management
API Management
 
APIdays Paris 2018 - Creating an API economy business strategy Alan Glickenho...
APIdays Paris 2018 - Creating an API economy business strategy Alan Glickenho...APIdays Paris 2018 - Creating an API economy business strategy Alan Glickenho...
APIdays Paris 2018 - Creating an API economy business strategy Alan Glickenho...
 
API Connect from IBM
API Connect from IBMAPI Connect from IBM
API Connect from IBM
 
How API became key to Whispir's growth strategy - Gartner AADI 2016
How API became key to Whispir's growth strategy - Gartner AADI 2016How API became key to Whispir's growth strategy - Gartner AADI 2016
How API became key to Whispir's growth strategy - Gartner AADI 2016
 

Destacado

Retail Trends for 2016 & Beyond
Retail Trends for 2016 & BeyondRetail Trends for 2016 & Beyond
Retail Trends for 2016 & BeyondOliver Guy
 
Retail Technology - The Need for a New Approach
Retail Technology - The Need for a New ApproachRetail Technology - The Need for a New Approach
Retail Technology - The Need for a New ApproachOliver Guy
 
Turbo Charge Your Trading Partner Networks!
Turbo Charge Your Trading Partner Networks!Turbo Charge Your Trading Partner Networks!
Turbo Charge Your Trading Partner Networks!SEEBURGER
 
API Management - ProcessForum Nordic, Nov.14 2013
API Management - ProcessForum Nordic, Nov.14 2013API Management - ProcessForum Nordic, Nov.14 2013
API Management - ProcessForum Nordic, Nov.14 2013Software AG
 
Software AG - Socio tecnológico en el proceso de la transformación digital de...
Software AG - Socio tecnológico en el proceso de la transformación digital de...Software AG - Socio tecnológico en el proceso de la transformación digital de...
Software AG - Socio tecnológico en el proceso de la transformación digital de...Andreas Jaffke
 
Blend Data with Ease: Event Technology for the API Economy
Blend Data with Ease:  Event Technology for the API EconomyBlend Data with Ease:  Event Technology for the API Economy
Blend Data with Ease: Event Technology for the API EconomyHubb
 
Design - Start Your API Journey Today
Design - Start Your API Journey TodayDesign - Start Your API Journey Today
Design - Start Your API Journey TodayLaurenWendler
 
The Future of Customer Centricity
The Future of Customer Centricity The Future of Customer Centricity
The Future of Customer Centricity Software AG
 
What's new in webMethods - Gareth Whitaker - Software AG
What's new in webMethods - Gareth Whitaker - Software AGWhat's new in webMethods - Gareth Whitaker - Software AG
What's new in webMethods - Gareth Whitaker - Software AGSoftware AG South Africa
 
Machine Learning 101
Machine Learning 101Machine Learning 101
Machine Learning 101Setu Chokshi
 
Software_AG_Investor_Fact_Book _December 2015_tcm16-137105
Software_AG_Investor_Fact_Book _December 2015_tcm16-137105Software_AG_Investor_Fact_Book _December 2015_tcm16-137105
Software_AG_Investor_Fact_Book _December 2015_tcm16-137105Bapi Reddy Medapati
 
Realising IoT in Retail and Beyond
Realising IoT in Retail and BeyondRealising IoT in Retail and Beyond
Realising IoT in Retail and BeyondOliver Guy
 
It delivery 2016 v5
It delivery 2016 v5It delivery 2016 v5
It delivery 2016 v5Pini Cohen
 
Powering Digital Retail Transformation
Powering Digital Retail TransformationPowering Digital Retail Transformation
Powering Digital Retail TransformationOliver Guy
 
Big Data and the Future of Storage
Big Data and the Future of StorageBig Data and the Future of Storage
Big Data and the Future of StorageIBM Research
 
How Schneider Electric Transformed Front-office Operations With Real-time Dat...
How Schneider Electric Transformed Front-office Operations With Real-time Dat...How Schneider Electric Transformed Front-office Operations With Real-time Dat...
How Schneider Electric Transformed Front-office Operations With Real-time Dat...Informatica Cloud
 
Presentación webMethods BPMS por Simbius S.A.
Presentación webMethods BPMS por Simbius S.A.Presentación webMethods BPMS por Simbius S.A.
Presentación webMethods BPMS por Simbius S.A.Simbius SGP
 
Milestones on the Omni-Channel Journey
Milestones on the Omni-Channel JourneyMilestones on the Omni-Channel Journey
Milestones on the Omni-Channel JourneyOliver Guy
 
Informatica Cloud Winter 2016 Release Webinar
Informatica Cloud Winter 2016 Release WebinarInformatica Cloud Winter 2016 Release Webinar
Informatica Cloud Winter 2016 Release WebinarInformatica Cloud
 
IBM App Connect - Let Your Apps Work For You
IBM App Connect - Let Your Apps Work For YouIBM App Connect - Let Your Apps Work For You
IBM App Connect - Let Your Apps Work For YouIBM Integration
 

Destacado (20)

Retail Trends for 2016 & Beyond
Retail Trends for 2016 & BeyondRetail Trends for 2016 & Beyond
Retail Trends for 2016 & Beyond
 
Retail Technology - The Need for a New Approach
Retail Technology - The Need for a New ApproachRetail Technology - The Need for a New Approach
Retail Technology - The Need for a New Approach
 
Turbo Charge Your Trading Partner Networks!
Turbo Charge Your Trading Partner Networks!Turbo Charge Your Trading Partner Networks!
Turbo Charge Your Trading Partner Networks!
 
API Management - ProcessForum Nordic, Nov.14 2013
API Management - ProcessForum Nordic, Nov.14 2013API Management - ProcessForum Nordic, Nov.14 2013
API Management - ProcessForum Nordic, Nov.14 2013
 
Software AG - Socio tecnológico en el proceso de la transformación digital de...
Software AG - Socio tecnológico en el proceso de la transformación digital de...Software AG - Socio tecnológico en el proceso de la transformación digital de...
Software AG - Socio tecnológico en el proceso de la transformación digital de...
 
Blend Data with Ease: Event Technology for the API Economy
Blend Data with Ease:  Event Technology for the API EconomyBlend Data with Ease:  Event Technology for the API Economy
Blend Data with Ease: Event Technology for the API Economy
 
Design - Start Your API Journey Today
Design - Start Your API Journey TodayDesign - Start Your API Journey Today
Design - Start Your API Journey Today
 
The Future of Customer Centricity
The Future of Customer Centricity The Future of Customer Centricity
The Future of Customer Centricity
 
What's new in webMethods - Gareth Whitaker - Software AG
What's new in webMethods - Gareth Whitaker - Software AGWhat's new in webMethods - Gareth Whitaker - Software AG
What's new in webMethods - Gareth Whitaker - Software AG
 
Machine Learning 101
Machine Learning 101Machine Learning 101
Machine Learning 101
 
Software_AG_Investor_Fact_Book _December 2015_tcm16-137105
Software_AG_Investor_Fact_Book _December 2015_tcm16-137105Software_AG_Investor_Fact_Book _December 2015_tcm16-137105
Software_AG_Investor_Fact_Book _December 2015_tcm16-137105
 
Realising IoT in Retail and Beyond
Realising IoT in Retail and BeyondRealising IoT in Retail and Beyond
Realising IoT in Retail and Beyond
 
It delivery 2016 v5
It delivery 2016 v5It delivery 2016 v5
It delivery 2016 v5
 
Powering Digital Retail Transformation
Powering Digital Retail TransformationPowering Digital Retail Transformation
Powering Digital Retail Transformation
 
Big Data and the Future of Storage
Big Data and the Future of StorageBig Data and the Future of Storage
Big Data and the Future of Storage
 
How Schneider Electric Transformed Front-office Operations With Real-time Dat...
How Schneider Electric Transformed Front-office Operations With Real-time Dat...How Schneider Electric Transformed Front-office Operations With Real-time Dat...
How Schneider Electric Transformed Front-office Operations With Real-time Dat...
 
Presentación webMethods BPMS por Simbius S.A.
Presentación webMethods BPMS por Simbius S.A.Presentación webMethods BPMS por Simbius S.A.
Presentación webMethods BPMS por Simbius S.A.
 
Milestones on the Omni-Channel Journey
Milestones on the Omni-Channel JourneyMilestones on the Omni-Channel Journey
Milestones on the Omni-Channel Journey
 
Informatica Cloud Winter 2016 Release Webinar
Informatica Cloud Winter 2016 Release WebinarInformatica Cloud Winter 2016 Release Webinar
Informatica Cloud Winter 2016 Release Webinar
 
IBM App Connect - Let Your Apps Work For You
IBM App Connect - Let Your Apps Work For YouIBM App Connect - Let Your Apps Work For You
IBM App Connect - Let Your Apps Work For You
 

Similar a API Management: Unlock the Value of Your Unique Assets with a Robust API

API-first, going beyond SOA, ESB & Integration
API-first, going beyond SOA, ESB & IntegrationAPI-first, going beyond SOA, ESB & Integration
API-first, going beyond SOA, ESB & IntegrationApigee | Google Cloud
 
API's for innovative cloud and mobile apps
API's for innovative cloud and mobile appsAPI's for innovative cloud and mobile apps
API's for innovative cloud and mobile appsManmohan Gupta
 
WEBINAR: API Clouds for Faster APIs: Leveraging Existing Assets for the API ...
WEBINAR: API Clouds for Faster APIs:  Leveraging Existing Assets for the API ...WEBINAR: API Clouds for Faster APIs:  Leveraging Existing Assets for the API ...
WEBINAR: API Clouds for Faster APIs: Leveraging Existing Assets for the API ...Jason Bloomberg
 
Z api overview
Z api overviewZ api overview
Z api overviewbamadhu
 
Design - Start Your API Journey Today
Design - Start Your API Journey TodayDesign - Start Your API Journey Today
Design - Start Your API Journey TodayLaurenWendler
 
Getting the most from your API management platform: A case study
Getting the most from your API management platform: A case studyGetting the most from your API management platform: A case study
Getting the most from your API management platform: A case studyRogue Wave Software
 
Meetup 2022 - API Gateway landscape.pdf
Meetup 2022 - API Gateway landscape.pdfMeetup 2022 - API Gateway landscape.pdf
Meetup 2022 - API Gateway landscape.pdfLuca Mattia Ferrari
 
WSO2Con Asia 2014 - Building the API-Centric Enterprise
WSO2Con Asia 2014 - Building the API-Centric EnterpriseWSO2Con Asia 2014 - Building the API-Centric Enterprise
WSO2Con Asia 2014 - Building the API-Centric EnterpriseWSO2
 
APIs as a Product Strategy
APIs as a Product StrategyAPIs as a Product Strategy
APIs as a Product StrategyRavi Kumar
 
Why an Innovative Mobile Strategy Requires a Robust API
Why an Innovative Mobile Strategy Requires a Robust API Why an Innovative Mobile Strategy Requires a Robust API
Why an Innovative Mobile Strategy Requires a Robust API Software AG
 
Why an innovative mobile strategy needs a robust API
Why an innovative mobile strategy needs a robust APIWhy an innovative mobile strategy needs a robust API
Why an innovative mobile strategy needs a robust APIManmohan Gupta
 
INTERFACE by apidays - API Success: Running a Successful API Program by Nelso...
INTERFACE by apidays - API Success: Running a Successful API Program by Nelso...INTERFACE by apidays - API Success: Running a Successful API Program by Nelso...
INTERFACE by apidays - API Success: Running a Successful API Program by Nelso...apidays
 
MuleSoft Madrid Meetup #3 slides 2nd July 2020
MuleSoft Madrid Meetup #3 slides 2nd July 2020MuleSoft Madrid Meetup #3 slides 2nd July 2020
MuleSoft Madrid Meetup #3 slides 2nd July 2020Ieva Navickaite
 
Webinar: How API Lifecycle Management can help to Accelerate Growth
Webinar: How API Lifecycle Management can help to Accelerate GrowthWebinar: How API Lifecycle Management can help to Accelerate Growth
Webinar: How API Lifecycle Management can help to Accelerate GrowthAPPSeCONNECT
 
IBM API management Philip Little
IBM API management Philip LittleIBM API management Philip Little
IBM API management Philip LittleValeri Illescas
 
Impact2013 tsa 1416--api mgmt
Impact2013 tsa 1416--api mgmtImpact2013 tsa 1416--api mgmt
Impact2013 tsa 1416--api mgmtEric Kuefler
 
Apidays Paris 2023 - The Federated Future, Tim Biedenkapp, adorsys
Apidays Paris 2023 - The Federated Future, Tim Biedenkapp, adorsysApidays Paris 2023 - The Federated Future, Tim Biedenkapp, adorsys
Apidays Paris 2023 - The Federated Future, Tim Biedenkapp, adorsysapidays
 

Similar a API Management: Unlock the Value of Your Unique Assets with a Robust API (20)

API-first, going beyond SOA, ESB & Integration
API-first, going beyond SOA, ESB & IntegrationAPI-first, going beyond SOA, ESB & Integration
API-first, going beyond SOA, ESB & Integration
 
API's for innovative cloud and mobile apps
API's for innovative cloud and mobile appsAPI's for innovative cloud and mobile apps
API's for innovative cloud and mobile apps
 
WEBINAR: API Clouds for Faster APIs: Leveraging Existing Assets for the API ...
WEBINAR: API Clouds for Faster APIs:  Leveraging Existing Assets for the API ...WEBINAR: API Clouds for Faster APIs:  Leveraging Existing Assets for the API ...
WEBINAR: API Clouds for Faster APIs: Leveraging Existing Assets for the API ...
 
Bp209
Bp209Bp209
Bp209
 
Z api overview
Z api overviewZ api overview
Z api overview
 
Design - Start Your API Journey Today
Design - Start Your API Journey TodayDesign - Start Your API Journey Today
Design - Start Your API Journey Today
 
Getting the most from your API management platform: A case study
Getting the most from your API management platform: A case studyGetting the most from your API management platform: A case study
Getting the most from your API management platform: A case study
 
Meetup 2022 - API Gateway landscape.pdf
Meetup 2022 - API Gateway landscape.pdfMeetup 2022 - API Gateway landscape.pdf
Meetup 2022 - API Gateway landscape.pdf
 
WSO2Con Asia 2014 - Building the API-Centric Enterprise
WSO2Con Asia 2014 - Building the API-Centric EnterpriseWSO2Con Asia 2014 - Building the API-Centric Enterprise
WSO2Con Asia 2014 - Building the API-Centric Enterprise
 
APIs as a Product Strategy
APIs as a Product StrategyAPIs as a Product Strategy
APIs as a Product Strategy
 
Why an Innovative Mobile Strategy Requires a Robust API
Why an Innovative Mobile Strategy Requires a Robust API Why an Innovative Mobile Strategy Requires a Robust API
Why an Innovative Mobile Strategy Requires a Robust API
 
Apigee Products Overview
Apigee Products OverviewApigee Products Overview
Apigee Products Overview
 
Why an innovative mobile strategy needs a robust API
Why an innovative mobile strategy needs a robust APIWhy an innovative mobile strategy needs a robust API
Why an innovative mobile strategy needs a robust API
 
INTERFACE by apidays - API Success: Running a Successful API Program by Nelso...
INTERFACE by apidays - API Success: Running a Successful API Program by Nelso...INTERFACE by apidays - API Success: Running a Successful API Program by Nelso...
INTERFACE by apidays - API Success: Running a Successful API Program by Nelso...
 
Evolve18 | Carmen Sutter & Sarah Xu | Accelerate your Digital Experience with...
Evolve18 | Carmen Sutter & Sarah Xu | Accelerate your Digital Experience with...Evolve18 | Carmen Sutter & Sarah Xu | Accelerate your Digital Experience with...
Evolve18 | Carmen Sutter & Sarah Xu | Accelerate your Digital Experience with...
 
MuleSoft Madrid Meetup #3 slides 2nd July 2020
MuleSoft Madrid Meetup #3 slides 2nd July 2020MuleSoft Madrid Meetup #3 slides 2nd July 2020
MuleSoft Madrid Meetup #3 slides 2nd July 2020
 
Webinar: How API Lifecycle Management can help to Accelerate Growth
Webinar: How API Lifecycle Management can help to Accelerate GrowthWebinar: How API Lifecycle Management can help to Accelerate Growth
Webinar: How API Lifecycle Management can help to Accelerate Growth
 
IBM API management Philip Little
IBM API management Philip LittleIBM API management Philip Little
IBM API management Philip Little
 
Impact2013 tsa 1416--api mgmt
Impact2013 tsa 1416--api mgmtImpact2013 tsa 1416--api mgmt
Impact2013 tsa 1416--api mgmt
 
Apidays Paris 2023 - The Federated Future, Tim Biedenkapp, adorsys
Apidays Paris 2023 - The Federated Future, Tim Biedenkapp, adorsysApidays Paris 2023 - The Federated Future, Tim Biedenkapp, adorsys
Apidays Paris 2023 - The Federated Future, Tim Biedenkapp, adorsys
 

Más de Software AG

NA Adabas & Natural User Group Meeting April 2023
NA Adabas & Natural User Group Meeting April 2023NA Adabas & Natural User Group Meeting April 2023
NA Adabas & Natural User Group Meeting April 2023Software AG
 
Adabas & Natural Virtual User Group Meeting NAM 2022
Adabas & Natural Virtual User Group Meeting NAM 2022Adabas & Natural Virtual User Group Meeting NAM 2022
Adabas & Natural Virtual User Group Meeting NAM 2022Software AG
 
Process management and GRC in ARIS Practical Implementation
Process management and GRC in ARIS Practical ImplementationProcess management and GRC in ARIS Practical Implementation
Process management and GRC in ARIS Practical ImplementationSoftware AG
 
Adabas & Natural User Group
Adabas & Natural User GroupAdabas & Natural User Group
Adabas & Natural User GroupSoftware AG
 
NaturalONE & DevOps
NaturalONE & DevOpsNaturalONE & DevOps
NaturalONE & DevOpsSoftware AG
 
One Path to a Successful Implementation of NaturalONE
One Path to a Successful Implementation of NaturalONEOne Path to a Successful Implementation of NaturalONE
One Path to a Successful Implementation of NaturalONESoftware AG
 
Apama, Terracotta, webMethods Upgrade: Avoiding Common Pitfalls
Apama, Terracotta, webMethods Upgrade: Avoiding Common Pitfalls Apama, Terracotta, webMethods Upgrade: Avoiding Common Pitfalls
Apama, Terracotta, webMethods Upgrade: Avoiding Common Pitfalls Software AG
 
Ten Disruptive Digital Trends Retailers Need To Know
Ten Disruptive Digital Trends Retailers Need To Know Ten Disruptive Digital Trends Retailers Need To Know
Ten Disruptive Digital Trends Retailers Need To Know Software AG
 
Command Central Overview
Command Central OverviewCommand Central Overview
Command Central OverviewSoftware AG
 
Innovation World 2015 General Session - Dr. Wolfram Jost
Innovation World 2015 General Session - Dr. Wolfram JostInnovation World 2015 General Session - Dr. Wolfram Jost
Innovation World 2015 General Session - Dr. Wolfram JostSoftware AG
 
Tech Trends: The Fusion of Business and IT
Tech Trends: The Fusion of Business and ITTech Trends: The Fusion of Business and IT
Tech Trends: The Fusion of Business and ITSoftware AG
 
VEA: ARIS and Alfabet Journey Together
VEA: ARIS and Alfabet Journey Together VEA: ARIS and Alfabet Journey Together
VEA: ARIS and Alfabet Journey Together Software AG
 
webMethods Integration Cloud Deep Dive
webMethods Integration Cloud Deep DivewebMethods Integration Cloud Deep Dive
webMethods Integration Cloud Deep DiveSoftware AG
 
Apama and Terracotta World: Getting Started in Predictive Analytics
Apama and Terracotta World: Getting Started in Predictive Analytics Apama and Terracotta World: Getting Started in Predictive Analytics
Apama and Terracotta World: Getting Started in Predictive Analytics Software AG
 
In-Memory Data Management Goes Mainstream - OpenSlava 2015
In-Memory Data Management Goes Mainstream - OpenSlava 2015In-Memory Data Management Goes Mainstream - OpenSlava 2015
In-Memory Data Management Goes Mainstream - OpenSlava 2015Software AG
 
The Digital Business Platform
The Digital Business PlatformThe Digital Business Platform
The Digital Business PlatformSoftware AG
 
The 7 Pillars of Market Surveillance 2.0
The 7 Pillars of Market Surveillance 2.0The 7 Pillars of Market Surveillance 2.0
The 7 Pillars of Market Surveillance 2.0Software AG
 

Más de Software AG (20)

NA Adabas & Natural User Group Meeting April 2023
NA Adabas & Natural User Group Meeting April 2023NA Adabas & Natural User Group Meeting April 2023
NA Adabas & Natural User Group Meeting April 2023
 
Adabas & Natural Virtual User Group Meeting NAM 2022
Adabas & Natural Virtual User Group Meeting NAM 2022Adabas & Natural Virtual User Group Meeting NAM 2022
Adabas & Natural Virtual User Group Meeting NAM 2022
 
Process management and GRC in ARIS Practical Implementation
Process management and GRC in ARIS Practical ImplementationProcess management and GRC in ARIS Practical Implementation
Process management and GRC in ARIS Practical Implementation
 
Adabas & Natural User Group
Adabas & Natural User GroupAdabas & Natural User Group
Adabas & Natural User Group
 
Adabas Roadmap
Adabas RoadmapAdabas Roadmap
Adabas Roadmap
 
NaturalONE & DevOps
NaturalONE & DevOpsNaturalONE & DevOps
NaturalONE & DevOps
 
One Path to a Successful Implementation of NaturalONE
One Path to a Successful Implementation of NaturalONEOne Path to a Successful Implementation of NaturalONE
One Path to a Successful Implementation of NaturalONE
 
Apama, Terracotta, webMethods Upgrade: Avoiding Common Pitfalls
Apama, Terracotta, webMethods Upgrade: Avoiding Common Pitfalls Apama, Terracotta, webMethods Upgrade: Avoiding Common Pitfalls
Apama, Terracotta, webMethods Upgrade: Avoiding Common Pitfalls
 
Ten Disruptive Digital Trends Retailers Need To Know
Ten Disruptive Digital Trends Retailers Need To Know Ten Disruptive Digital Trends Retailers Need To Know
Ten Disruptive Digital Trends Retailers Need To Know
 
Command Central Overview
Command Central OverviewCommand Central Overview
Command Central Overview
 
Innovation World 2015 General Session - Dr. Wolfram Jost
Innovation World 2015 General Session - Dr. Wolfram JostInnovation World 2015 General Session - Dr. Wolfram Jost
Innovation World 2015 General Session - Dr. Wolfram Jost
 
Tech Trends: The Fusion of Business and IT
Tech Trends: The Fusion of Business and ITTech Trends: The Fusion of Business and IT
Tech Trends: The Fusion of Business and IT
 
VEA: ARIS and Alfabet Journey Together
VEA: ARIS and Alfabet Journey Together VEA: ARIS and Alfabet Journey Together
VEA: ARIS and Alfabet Journey Together
 
webMethods Integration Cloud Deep Dive
webMethods Integration Cloud Deep DivewebMethods Integration Cloud Deep Dive
webMethods Integration Cloud Deep Dive
 
ARIS World
ARIS World ARIS World
ARIS World
 
Apama and Terracotta World: Getting Started in Predictive Analytics
Apama and Terracotta World: Getting Started in Predictive Analytics Apama and Terracotta World: Getting Started in Predictive Analytics
Apama and Terracotta World: Getting Started in Predictive Analytics
 
In-Memory Data Management Goes Mainstream - OpenSlava 2015
In-Memory Data Management Goes Mainstream - OpenSlava 2015In-Memory Data Management Goes Mainstream - OpenSlava 2015
In-Memory Data Management Goes Mainstream - OpenSlava 2015
 
Thingalytics
ThingalyticsThingalytics
Thingalytics
 
The Digital Business Platform
The Digital Business PlatformThe Digital Business Platform
The Digital Business Platform
 
The 7 Pillars of Market Surveillance 2.0
The 7 Pillars of Market Surveillance 2.0The 7 Pillars of Market Surveillance 2.0
The 7 Pillars of Market Surveillance 2.0
 

Último

Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Enterprise Knowledge
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEarley Information Science
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilV3cube
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Allon Mureinik
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024Results
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 

Último (20)

Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of Brazil
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 

API Management: Unlock the Value of Your Unique Assets with a Robust API

  • 1. Unlock the Value of Your Unique Assets with a Robust API Daniel Adelhardt Director, Product Management Robert Rowe Sr. Manager, Product Marketing ©2013 Software AG. All rights reserved.
  • 2. APIs are a High Volume, Billion Dollar Business Salesforce.com generates half of its $2.3B in revenue via APIs 300,000 registered apps Twitter processes 13B transactions per day via its APIs. Google processes about 5B transactions per day via its APIs 2 | ©2013 Software AG. All rights reserved. For internal use only Ena rs Partne bling $2B/yr. “90% of what we do is business through APIs”
  • 3. What is an API? •  It’s a service 3 | ©2013 Software AG. All rights reserved. For internal use only
  • 4. New Methods to Reach Customers Via Apps WEB   APPS   1 billion TRADITIONAL  IT   4 | 1 trillion API  PLATFORM   ©2013 Software AG. All rights reserved. For internal use only But why would any organization willingly risk exposing its most precious data assets over the Web?
  • 5. The App and API Value Chain Apps   Delighted   Customer   App Developer API  PLATFORM   5 | ©2013 Software AG. All rights reserved. For internal use only IT  Systems  
  • 6. Business Reasons for Exposing APIs Power Mobile Apps Find New Sources of Revenue Foster Innovation Self-service Customers,Partners APIs provide Business Value 6 | ©2013 Software AG. All rights reserved. For internal use only
  • 7. How Many Apps Are There? Source: http:// www.pureoxygenmobile.com/howmany-apps-in-each-app-store/ iTunes, Google Play, Windows Phone Marketplace, Blackberry World 7 | ©2013 Software AG. All rights reserved. For internal use only
  • 8. 8 | ©2013 Software AG. All rights reserved. For internal use only
  • 9. API Business Models – Show Me The Money! Source: 20 API business models in 20 minutes, John Musser, ProgrammableWeb, API Strategy Conference, 2013 Bake your business model into your API 9 | ©2013 Software AG. All rights reserved. For internal use only
  • 10. The Time for API Adoption is Now! Key Points: •  The App economy is not limited to a single industry •  Remixing data from multiple sources is emerging as a hot new business model (i.e. mashing up maps with transit data) •  Numerous reasons to expose APIs •  Many business models for making money with APIs 10 | ©2013 Software AG. All rights reserved. For internal use only
  • 11. How to Implement a Robust API Strategy ©2013 ©2013 Software AG. All rights reserved. For internal 11 | Software AG. All rights reserved. For internal use only use only
  • 12. Framework to Build a Robust API Platform API Goals & Prioritization (Identification) 12 | ©2013 Software AG. All rights reserved. For internal use only Definition & Realization (Actualization) Deployment & Optimization (Operations)
  • 13. Decide on the Business Goals of your API Targeted Audience Business Model Marketing Strategy 13 | ©2013 Software AG. All rights reserved. For internal use only
  • 14. Is your API well provisioned? Infrastructure Processes People 14 | ©2013 Software AG. All rights reserved. For internal use only
  • 15. Provide Simple & flexible APIs •  Provide choices – •  Data Formats •  Protocols •  Authentication •  Get familiar with API Design Patterns 15 | ©2013 Software AG. All rights reserved. For internal use only
  • 16. Building an API is a lot like building a UX Incorporate User Feedback Refine Mock Up 16 | Try out ©2013 Software AG. All rights reserved. For internal use only Implement Provision
  • 17. Your Protocol Choices – SOAP to REST? •  RESTful APIs are clearly perceived as state of the art •  BUT: SOAP also provides unique advantages •  Decide based on your API audience •  Or design for both Source: ProgrammableWeb, based on 5100 API’s as of Feb 2013 Don’t let Hype drive your design choices! 17 | ©2013 Software AG. All rights reserved. For internal use only
  • 18. JSON or XML – your payload format choices? JSON XML •  •  •  •  •  •  Verbosity Extensible Strongly typed More complex Namespaces Wide range of layered technologies •  •  •  •  •  More compact Not extensible by design Simple syntax Ambiguity Faster Don’t let Hype drive your design choices! 18 | ©2013 Software AG. All rights reserved. For internal use only
  • 19. Optimize for Cloud & Mobile Infrastructure Considerations •  •  •  •  API Result Caching Leverage Compression (GZIP) Traffic Management High Availability 19 | ©2013 Software AG. All rights reserved. For internal use only
  • 20. Some API Design Best Practices Partial Responses Limit Results GET http://myhost/myAPI/info? Limit=25 Pagination GET http://myhost/myAPI/info? Offset=50&Limit=25 Service side Sorting GET http://myhost/myAPI/info? Sort=name&order=ASC Design for Versions 20 | GET http://myhost/myAPI/info? fields=name, e-mail GET http://myhost/v1/myAPI/.. ©2013 Software AG. All rights reserved. For internal use only
  • 21. API Façade implemented by an API Gateway Authentication & Authorization API Facade Security & Intrusion Protection API Gateway Traffic Optimization & Shaping Monitoring & SLA Management 21 | ©2013 Software AG. All rights reserved. For internal use only Backends
  • 22. Managing the lifecycle of your API Salesforce: /services/ data/v20.0/sobjects/ Account Intuit: /api/v1/app/ BillingStatus/ <appid> Dependencies & impact analysis API versioning Provisioning, deprecation & retirement “Communication leads to community that is, to understanding, intimacy and mutual valuing.” - Rollo May 22 | ©2013 Software AG. All rights reserved. For internal use only
  • 23. Analyse your API’s usage Leverage Analytics QoS   Support   Traffic   MarkeEng   Trends   Business   “You can't manage what you can't measure” - Peter Drucker 23 | ©2013 Software AG. All rights reserved. For internal use only
  • 24. Delighting your developers •  Make it easy to find APIs •  Document APIs properly •  Provide Sample Code or SDKs •  Share Sample Apps •  Evangelize •  Sponsor Hackathons Communicate & Evangelize Great Documentation 24 | ©2013 Software AG. All rights reserved. For internal use only
  • 25. The Software AG API Management Suite ©2013 ©2013 Software AG. All rights reserved. For internal 25 | Software AG. All rights reserved. For internal use only use only
  • 26. Why do APIs need to be managed? Partners API PLATFORM Provision APIs? Retire APIs? Secure internal assets? Onboard developers? Provide tiered access? API  Provider   26 | ©2013 Software AG. All rights reserved. For internal use only Meter Usage? Sign up for access? Understand usage? Track their KPIs? App  Developer   Affiliates ISV’s Internal Developers
  • 27. Typical Deployment Architecture API Consumers API Portal API Invocation Optional Load Balancer Edge Security Enterprise Edge Enterprise Gateway CentraSite Mediator API Mediation Mediator API Lifecycle API Metering and Analytics Backend Services 27 | ©2013 Software AG. All rights reserved. For internal use only Secure Enterprise Network
  • 28. Benefits of Software AG’s API Management Suite Full Lifecycle Control over your APIS 28 | Single, unified solution for both internal as well as external APIs ©2013 Software AG. All rights reserved. For internal use only Scale your API deployments rapidly with out-of-thebox Terracotta caching Leverage proven webMethods technology recognized by leading analysts Achieve faster timeto-value with Prime methodology and our expertise