SlideShare une entreprise Scribd logo
1  sur  39
Going platinum:
How to make a hit API
Bill Doerrfeld
Nordic APIs Austin API Summit. March 2024
SXSW edition
Making a hit API product is
like making a hit album
Both require:
SPECIALIZATION
EXPERIENCE
NAMING
QUALITY
STYLE
CONSISTENCY
CATALOGING SECURITY
PRODUCTIZATION
You have to find a niche.
"Micro" is in.
SPECIALIZATION
Genres
How it used to be
Pop
Rock
Alternative
Hip-hop/Rap
R&B/Soul
Country
Electronic
Classical
Jazz
Blues
Monolithic
services
Traditional web apps
ERP systems
CMS service
Point-of-sale systems
Accounting software
Human resource systems
Inventory management systems
SPECIALIZATION
How it is now
Micro-genres
Vaporwave
Chillwave
Witch house
Seapunk
Bedroom pop
Glitch hop
Future funk
Lo-fi
Synthwave
Electroswing
Cloud rap
Fidget house
Dark ambient
Post-rock
Math rock
Shoegaze
Drone
Neo-folk
Post-metal
Noise rock
Experimental
electronic
Industrial metal
Progressive metal Acid jazz
Psych pop Ambient
techno
Breakcore
Microservices
User
Authentication
User Profile
Product
Catalog
Inventory
Management
Order
Management
Payments
Shipping
Recommendations
Search
Content Management
Messaging
Analytics
Logging and Monitoring
Image Processing
Video Processing
Email
SMS
Notifications
Geolocation
Weather
Social Media Rate Limiting
File Storage Notification Queue
API gateway Backup and Recovery
Caching
SPECIALIZATION
How small is too small?
Can the amount of API features be related to the success of a business?
Source: The Impact of a Large Number of API Features, Bruno Pedro
● Ratio of operations per
feature below 10.
● Perceived complexity
impacts support
requirements.
● Design impacts
discoverability, and
developer experience.
Diagrams represent HTTP method → API features → capabilities they provide
SPECIALIZATION
The
experience
matters.
EXPERIENCE
Developer consumers are like the
"listeners."
The total number of APIs worldwide (public and private) is
approaching 200 million, according to A 2021 F5 report.
Why developer experience (DX) matters
# of APIs
Reduce cost
Can improving developer experience actually reduce costs? The
answer is a resounding "yes."
Marketing DX is a natural marketing tool. Docs / dev portal are the window to
your product.
EXPERIENCE
✓ Tell me what this does
✓ Public documentation
✓ Show me the code already
✓ Have an auth guide
✓ Make sure OpenAPI = production
✓ Have a playground in the docs
✓ Better yet, get it in my IDE
✓ Consider AI for ultimate DX
Make a great API DX
Ways to
Souce: How to Make A Rickdiculous Developer Experience For Your API, Doerrfeld, 2023.
EXPERIENCE
Instant playback
Let them "listen" before they buy
EXPERIENCE
You need a
good name.
"Random Access Memories" by Daft
Punk
NAMING
Part of the REST standard is to use
pluralized resources with the correct
HTTP verbs.
- Steve McDougall, "The Ten REST Commandments,"
Nordic APIs. 2023
API naming
“RESTful URIs should refer to a resource
that is a thing (noun) instead of referring
to an action (verb)"
- RESTfulAPI.net
● Resources as nouns:
/albums/{id} instead of
/getAlbum
● Pluralized resources: /albums
instead of /album
● Forward slashes for hierarchy
● Punctuation for lists
● Lowercase letters and dashes
● And more…
Source: 10+ Best Practices for Naming API
Endpoints, Nordic APIs. Last updated 2023.
NAMING
It’s gotta be
quality.
In the late 70s, Steely Dan
pioneered contemporary recording
techniques.
QUALITY
Steely Dan level APIs are:
● Intentional: Functions as expected,
design-first
● Well-performed: High performance
quality
● Produced well: Meets modern
standards
● Precise: No errors, vulnerability-free
So, how do we make sure our APIs are a good quality production?
QUALITY
API quality benchmarks: FinTech
Source: APIContext
One method: comparing against industry benchmarks
QUALITY
API quality benchmarks: AI
Source: APIContext
QUALITY
API quality screening
Test APIs against best practices. Design-first dev for the win!
Results from scanning OpenAI's YAML OpenAPI definition:
(https://raw.githubusercontent.com/openai/openai-
openapi/master/openapi.yaml)
RateMyOpenAPI
API Insights
- Inconsistent naming
- Not verbose error responses
- Lack of performance headers
- Content type security policies
App.Escape.Tech
- Missing operation descriptions
- Missing examples
- Undefined errors
- Potential for information
disclosure
- Duplicated objects
QUALITY
Style
matters.
STYLE
API architectural style trends
Takeaway: REST-first, but consider GraphQL and async styles for usability
Source: Postman State of the API Report, 2023
STYLE
Who is keeping an API style
guide?
STYLE
Resource alert! API style guides from Atlassian, Cisco, Google, Microsoft, Heroku, and
others: https://apistylebook.com/
Consistency matters.
"Find your sound." Consistency is typically good in APIs too.
CONSISTENCY
"Similar Hallways"
Repurposed from Kristen Womack's talk 'Level Up Your Developer Experience: Creating Awesome Support
Resources' at the 2023 Platform Summit in Stockholm.
CONSISTENCY
Not everyone can be the Beatles
CONSISTENCY
Both are
cataloged
A catalog number is a specific alphanumeric
number a record label assigns for a release.
Ex. Abbey Road" by The Beatles (Apple Records)
- Catalog number: SO-383
CATALOGING
Both have
documentation
(but not always!)
CATALOGING
- 2023 State of the API Report, Postman
52% of respondents said lack of documentation was
the biggest problem
API documentation #1 issue
Only 10% of organizations fully document their APIs
- 2023 report from Enterprise Management
Associates (EMA)
CATALOGING
- Rapid’s 2022 State of APIs report
Companies with 10,000 or more employees tend to
have over 250 internal APIs
API sprawl issues
● What is API sprawl?
○ Sheer increase in APIs
○ Unmitigated technology adoption
○ Lack of governance
○ Lack of standards
CATALOGING
New Risks on OWASP Top
Ten for APIs (2023)
API9:2023 - Improper Inventory Management
API10:2023 - Unsafe Consumption of APIs
API6:2023 - Unrestricted Access to Sensitive
Business Flows
CATALOGING
Both are
products.
"Thriller," one of the most
commercially successful albums of
all time, has sold over 66 million
copies worldwide.
PRODUCTIZATION
- Jason Harmon
CTO at Stoplight and API Intersection podcast host.
Formerly at Expedia Group and Paypal.
"It's just another product…The future of APIs is all
about product management."
The API is a product.
PRODUCTIZATION
- MuleSoft and Deloitte Digital 2023
Connectivity Benchmark Report.
APIs and API-related
implementations generated 41%
of revenue for organizations in
the US
API monetization
● Direct monetization is just one
model!
On productifying APIs…
Source: ProgrammableWeb 2020 Guide to API Business Models, Mulesoft. Pg. 6
PRODUCTIZATION
Some are
just a one
hit wonder
'Take On Me' by A-ha
PRODUCTIZATION
The Anatomy of an API in 2023: A Comprehensive Overview: Treblle analyzed 1 billion
requests from 9,000 different APIs.
https://blog.treblle.com/the-anatomy-of-an-api-in-2023-a-comprehensive-overview/
● 68% of API endpoints use
GET HTTP method
○ (Might not be using HTTP
methods correctly…)
● 20% of API endpoints
remain unused for over
30 days.
What's your one hit wonder?
PRODUCTIZATION
You gotta
secure
your IP.
In 2011 Skrillex lost an
entire unreleased album
after his laptops and
hard drives were stolen.
SECURITY
"60% of organizations said they
experienced at least one API-related
breach in the past two years."
-Traceable's Global State of API Security 2023
API attacks on the rise
SECURITY
5 Examples of Recent
Terrible API Breaches
Trello
- When? Early 2024
- What? Endpoint
overshared data /
business logic abuse
- Takeaway: Avoid
data overexposure,
apply rate limiting
Hugging Face
- When? Late 2023
- What? 1,500 tokens
left exposed
- Takeaway: Protect
keys/secrets, don't
store publicly
T-Mobile
- When? Early 2023
- What? 37 million
accounts
compromised w/ auth
issue.
- Takeaway: Have
proper authn/authz
checks
Kronos
- When? Late 2023
- What? $25 million in
ETH stolen
- Takeaway: Avoid
leaking unauthorized
API keys
Optus
- When? Mid-2022
- What? 11 million
customer records
leaked from open
endpoint.
- Takeaway: Take a
zero-trust approach
w/ authn and authz.
Read: Takeaways From 5 Terrible API Breaches, Doerrfeld, 2023.
SECURITY
Be a producer.
Go produce and be prolific API rockstars
Est. 2013
Weekly thought pieces on API design, strategy
Nordic APIs blog
Thank you!
Going platinum:
How to make a hit API
Bill Doerrfeld
Bill Doerrfeld. Nordic APIs Austin API Summit. March 2024

Contenu connexe

Similaire à Going Platinum: How to Make a Hit API by Bill Doerrfeld, Nordic APIs

SoundCloud API Do:s and Don't:s
SoundCloud API Do:s and Don't:sSoundCloud API Do:s and Don't:s
SoundCloud API Do:s and Don't:sEric Wahlforss
 
APIdays London 2019 - Value in the API Economy: Insights from the world’s lar...
APIdays London 2019 - Value in the API Economy: Insights from the world’s lar...APIdays London 2019 - Value in the API Economy: Insights from the world’s lar...
APIdays London 2019 - Value in the API Economy: Insights from the world’s lar...apidays
 
Ibm_interconnect_restapi_workshop
Ibm_interconnect_restapi_workshopIbm_interconnect_restapi_workshop
Ibm_interconnect_restapi_workshopShubhra Kar
 
The 7 Deadly Sins of API Design
The 7 Deadly Sins of API DesignThe 7 Deadly Sins of API Design
The 7 Deadly Sins of API Designluisw19
 
Always Mind Your [Developer] Surroundings - API City 2018
Always Mind Your [Developer] Surroundings - API City 2018Always Mind Your [Developer] Surroundings - API City 2018
Always Mind Your [Developer] Surroundings - API City 2018Bill Doerrfeld
 
Advanced API Design: how an awesome API can help you make friends, get rich, ...
Advanced API Design: how an awesome API can help you make friends, get rich, ...Advanced API Design: how an awesome API can help you make friends, get rich, ...
Advanced API Design: how an awesome API can help you make friends, get rich, ...Jonathan Dahl
 
RAML - APIs By Design
RAML - APIs By DesignRAML - APIs By Design
RAML - APIs By DesignUri Sarid
 
API Product Opportunity Responsibility Nicolas Sierro 2015.pptx
API Product Opportunity Responsibility Nicolas Sierro 2015.pptxAPI Product Opportunity Responsibility Nicolas Sierro 2015.pptx
API Product Opportunity Responsibility Nicolas Sierro 2015.pptxBlockchainizator
 
Jarkko Moilanen, APInf, “Get Control of Your IoT Cruisers” - Mindtrek 2017
Jarkko Moilanen, APInf, “Get Control of Your IoT Cruisers” - Mindtrek 2017Jarkko Moilanen, APInf, “Get Control of Your IoT Cruisers” - Mindtrek 2017
Jarkko Moilanen, APInf, “Get Control of Your IoT Cruisers” - Mindtrek 2017Mindtrek
 
Creating Datadipity
Creating DatadipityCreating Datadipity
Creating DatadipityClickslide
 
Google Opening up to Developers - From 2 to 55 APIs in 3 years
Google Opening up to Developers - From 2 to 55 APIs in 3 yearsGoogle Opening up to Developers - From 2 to 55 APIs in 3 years
Google Opening up to Developers - From 2 to 55 APIs in 3 yearsPatrick Chanezon
 
apidays LIVE Paris - The Business of APIs by Jed Ng
apidays LIVE Paris - The Business of APIs by Jed Ngapidays LIVE Paris - The Business of APIs by Jed Ng
apidays LIVE Paris - The Business of APIs by Jed Ngapidays
 
A Snapshot of API Design Trends In 2019
A Snapshot of API Design Trends In 2019A Snapshot of API Design Trends In 2019
A Snapshot of API Design Trends In 2019Bill Doerrfeld
 
GraphQL: Enabling a new generation of API developer tools
GraphQL: Enabling a new generation of API developer toolsGraphQL: Enabling a new generation of API developer tools
GraphQL: Enabling a new generation of API developer toolsSashko Stubailo
 
The future-of-netflix-api
The future-of-netflix-apiThe future-of-netflix-api
The future-of-netflix-apiDaniel Jacobson
 
INTERFACE by apidays 2023 - Reverse Engineering Undocumented APIs, Dana Epp, ...
INTERFACE by apidays 2023 - Reverse Engineering Undocumented APIs, Dana Epp, ...INTERFACE by apidays 2023 - Reverse Engineering Undocumented APIs, Dana Epp, ...
INTERFACE by apidays 2023 - Reverse Engineering Undocumented APIs, Dana Epp, ...apidays
 
DDD (Delight-Driven Development) Of APIs With RAML
DDD (Delight-Driven Development) Of APIs With RAMLDDD (Delight-Driven Development) Of APIs With RAML
DDD (Delight-Driven Development) Of APIs With RAMLProgrammableWeb
 
2022 apidays LIVE Helsinki & North_Why webhook APIs are REST APIs perfect sid...
2022 apidays LIVE Helsinki & North_Why webhook APIs are REST APIs perfect sid...2022 apidays LIVE Helsinki & North_Why webhook APIs are REST APIs perfect sid...
2022 apidays LIVE Helsinki & North_Why webhook APIs are REST APIs perfect sid...apidays
 
O'Reilly author webinar "APIs: A Strategy guide": Transforming Your Business...
O'Reilly author webinar "APIs: A Strategy guide":  Transforming Your Business...O'Reilly author webinar "APIs: A Strategy guide":  Transforming Your Business...
O'Reilly author webinar "APIs: A Strategy guide": Transforming Your Business...Apigee | Google Cloud
 

Similaire à Going Platinum: How to Make a Hit API by Bill Doerrfeld, Nordic APIs (20)

SoundCloud API Do:s and Don't:s
SoundCloud API Do:s and Don't:sSoundCloud API Do:s and Don't:s
SoundCloud API Do:s and Don't:s
 
APIdays London 2019 - Value in the API Economy: Insights from the world’s lar...
APIdays London 2019 - Value in the API Economy: Insights from the world’s lar...APIdays London 2019 - Value in the API Economy: Insights from the world’s lar...
APIdays London 2019 - Value in the API Economy: Insights from the world’s lar...
 
Ibm_interconnect_restapi_workshop
Ibm_interconnect_restapi_workshopIbm_interconnect_restapi_workshop
Ibm_interconnect_restapi_workshop
 
The 7 Deadly Sins of API Design
The 7 Deadly Sins of API DesignThe 7 Deadly Sins of API Design
The 7 Deadly Sins of API Design
 
Always Mind Your [Developer] Surroundings - API City 2018
Always Mind Your [Developer] Surroundings - API City 2018Always Mind Your [Developer] Surroundings - API City 2018
Always Mind Your [Developer] Surroundings - API City 2018
 
Advanced API Design: how an awesome API can help you make friends, get rich, ...
Advanced API Design: how an awesome API can help you make friends, get rich, ...Advanced API Design: how an awesome API can help you make friends, get rich, ...
Advanced API Design: how an awesome API can help you make friends, get rich, ...
 
RAML - APIs By Design
RAML - APIs By DesignRAML - APIs By Design
RAML - APIs By Design
 
API Product Opportunity Responsibility Nicolas Sierro 2015.pptx
API Product Opportunity Responsibility Nicolas Sierro 2015.pptxAPI Product Opportunity Responsibility Nicolas Sierro 2015.pptx
API Product Opportunity Responsibility Nicolas Sierro 2015.pptx
 
Jarkko Moilanen, APInf, “Get Control of Your IoT Cruisers” - Mindtrek 2017
Jarkko Moilanen, APInf, “Get Control of Your IoT Cruisers” - Mindtrek 2017Jarkko Moilanen, APInf, “Get Control of Your IoT Cruisers” - Mindtrek 2017
Jarkko Moilanen, APInf, “Get Control of Your IoT Cruisers” - Mindtrek 2017
 
Creating Datadipity
Creating DatadipityCreating Datadipity
Creating Datadipity
 
API Roundup
API RoundupAPI Roundup
API Roundup
 
Google Opening up to Developers - From 2 to 55 APIs in 3 years
Google Opening up to Developers - From 2 to 55 APIs in 3 yearsGoogle Opening up to Developers - From 2 to 55 APIs in 3 years
Google Opening up to Developers - From 2 to 55 APIs in 3 years
 
apidays LIVE Paris - The Business of APIs by Jed Ng
apidays LIVE Paris - The Business of APIs by Jed Ngapidays LIVE Paris - The Business of APIs by Jed Ng
apidays LIVE Paris - The Business of APIs by Jed Ng
 
A Snapshot of API Design Trends In 2019
A Snapshot of API Design Trends In 2019A Snapshot of API Design Trends In 2019
A Snapshot of API Design Trends In 2019
 
GraphQL: Enabling a new generation of API developer tools
GraphQL: Enabling a new generation of API developer toolsGraphQL: Enabling a new generation of API developer tools
GraphQL: Enabling a new generation of API developer tools
 
The future-of-netflix-api
The future-of-netflix-apiThe future-of-netflix-api
The future-of-netflix-api
 
INTERFACE by apidays 2023 - Reverse Engineering Undocumented APIs, Dana Epp, ...
INTERFACE by apidays 2023 - Reverse Engineering Undocumented APIs, Dana Epp, ...INTERFACE by apidays 2023 - Reverse Engineering Undocumented APIs, Dana Epp, ...
INTERFACE by apidays 2023 - Reverse Engineering Undocumented APIs, Dana Epp, ...
 
DDD (Delight-Driven Development) Of APIs With RAML
DDD (Delight-Driven Development) Of APIs With RAMLDDD (Delight-Driven Development) Of APIs With RAML
DDD (Delight-Driven Development) Of APIs With RAML
 
2022 apidays LIVE Helsinki & North_Why webhook APIs are REST APIs perfect sid...
2022 apidays LIVE Helsinki & North_Why webhook APIs are REST APIs perfect sid...2022 apidays LIVE Helsinki & North_Why webhook APIs are REST APIs perfect sid...
2022 apidays LIVE Helsinki & North_Why webhook APIs are REST APIs perfect sid...
 
O'Reilly author webinar "APIs: A Strategy guide": Transforming Your Business...
O'Reilly author webinar "APIs: A Strategy guide":  Transforming Your Business...O'Reilly author webinar "APIs: A Strategy guide":  Transforming Your Business...
O'Reilly author webinar "APIs: A Strategy guide": Transforming Your Business...
 

Plus de Nordic APIs

How I Built Bill, the AI-Powered Chatbot That Reads Our Docs for Fun , by Tod...
How I Built Bill, the AI-Powered Chatbot That Reads Our Docs for Fun , by Tod...How I Built Bill, the AI-Powered Chatbot That Reads Our Docs for Fun , by Tod...
How I Built Bill, the AI-Powered Chatbot That Reads Our Docs for Fun , by Tod...Nordic APIs
 
The Art of API Design, by David Biesack at Apiture
The Art of API Design, by David Biesack at ApitureThe Art of API Design, by David Biesack at Apiture
The Art of API Design, by David Biesack at ApitureNordic APIs
 
ABAC, ReBAC, Zanzibar, ALFA… How Should I Implement AuthZ in My APIs? by Dav...
ABAC, ReBAC, Zanzibar, ALFA…  How Should I Implement AuthZ in My APIs? by Dav...ABAC, ReBAC, Zanzibar, ALFA…  How Should I Implement AuthZ in My APIs? by Dav...
ABAC, ReBAC, Zanzibar, ALFA… How Should I Implement AuthZ in My APIs? by Dav...Nordic APIs
 
Crafting a Cloud Native API Platform to Accelerate Your Platform Maturity - B...
Crafting a Cloud Native API Platform to Accelerate Your Platform Maturity - B...Crafting a Cloud Native API Platform to Accelerate Your Platform Maturity - B...
Crafting a Cloud Native API Platform to Accelerate Your Platform Maturity - B...Nordic APIs
 
The Federated Future: Pioneering Next-Gen Solutions in API Management - Marku...
The Federated Future: Pioneering Next-Gen Solutions in API Management - Marku...The Federated Future: Pioneering Next-Gen Solutions in API Management - Marku...
The Federated Future: Pioneering Next-Gen Solutions in API Management - Marku...Nordic APIs
 
API Authorization Using an Identity Server and Gateway - Aldo Pietropaolo, SGNL
API Authorization Using an Identity Server and Gateway - Aldo Pietropaolo, SGNLAPI Authorization Using an Identity Server and Gateway - Aldo Pietropaolo, SGNL
API Authorization Using an Identity Server and Gateway - Aldo Pietropaolo, SGNLNordic APIs
 
API Discovery from Crawl to Run - Rob Dickinson, Graylog
API Discovery from Crawl to Run - Rob Dickinson, GraylogAPI Discovery from Crawl to Run - Rob Dickinson, Graylog
API Discovery from Crawl to Run - Rob Dickinson, GraylogNordic APIs
 
Productizing and Monetizing APIs - Derric Gilling, Moseif
Productizing and Monetizing APIs - Derric Gilling, MoseifProductizing and Monetizing APIs - Derric Gilling, Moseif
Productizing and Monetizing APIs - Derric Gilling, MoseifNordic APIs
 
Securely Boosting Any Product with Generative AI APIs - Ruben Sitbon, Sipios
Securely Boosting Any Product with Generative AI APIs - Ruben Sitbon, SipiosSecurely Boosting Any Product with Generative AI APIs - Ruben Sitbon, Sipios
Securely Boosting Any Product with Generative AI APIs - Ruben Sitbon, SipiosNordic APIs
 
Security of LLM APIs by Ankita Gupta, Akto.io
Security of LLM APIs by Ankita Gupta, Akto.ioSecurity of LLM APIs by Ankita Gupta, Akto.io
Security of LLM APIs by Ankita Gupta, Akto.ioNordic APIs
 
I'm an API Hacker, Here's How to Go from Making APIs to Breaking Them - Katie...
I'm an API Hacker, Here's How to Go from Making APIs to Breaking Them - Katie...I'm an API Hacker, Here's How to Go from Making APIs to Breaking Them - Katie...
I'm an API Hacker, Here's How to Go from Making APIs to Breaking Them - Katie...Nordic APIs
 
Unleashing the Potential of GraphQL with Streaming Data - Kishore Banala, Net...
Unleashing the Potential of GraphQL with Streaming Data - Kishore Banala, Net...Unleashing the Potential of GraphQL with Streaming Data - Kishore Banala, Net...
Unleashing the Potential of GraphQL with Streaming Data - Kishore Banala, Net...Nordic APIs
 
Reigniting the API Description Wars with TypeSpec and the Next Generation of ...
Reigniting the API Description Wars with TypeSpec and the Next Generation of...Reigniting the API Description Wars with TypeSpec and the Next Generation of...
Reigniting the API Description Wars with TypeSpec and the Next Generation of ...Nordic APIs
 
Establish, Grow, and Mature Your API Platform - James Higginbotham, LaunchAny
Establish, Grow, and Mature Your API Platform - James Higginbotham, LaunchAnyEstablish, Grow, and Mature Your API Platform - James Higginbotham, LaunchAny
Establish, Grow, and Mature Your API Platform - James Higginbotham, LaunchAnyNordic APIs
 
Inclusive, Accessible Tech: Bias-Free Language in Code and Configurations - A...
Inclusive, Accessible Tech: Bias-Free Language in Code and Configurations - A...Inclusive, Accessible Tech: Bias-Free Language in Code and Configurations - A...
Inclusive, Accessible Tech: Bias-Free Language in Code and Configurations - A...Nordic APIs
 
Getting Better at Risk Management Using Event Driven Mesh Architecture - Ragh...
Getting Better at Risk Management Using Event Driven Mesh Architecture - Ragh...Getting Better at Risk Management Using Event Driven Mesh Architecture - Ragh...
Getting Better at Risk Management Using Event Driven Mesh Architecture - Ragh...Nordic APIs
 
GenAI: Producing and Consuming APIs by Paul Dumas, Gartner
GenAI: Producing and Consuming APIs by Paul Dumas, GartnerGenAI: Producing and Consuming APIs by Paul Dumas, Gartner
GenAI: Producing and Consuming APIs by Paul Dumas, GartnerNordic APIs
 
The SAS developer portal – developer.sas.com 2.0: How we built it by Joe Furb...
The SAS developer portal –developer.sas.com 2.0: How we built it by Joe Furb...The SAS developer portal –developer.sas.com 2.0: How we built it by Joe Furb...
The SAS developer portal – developer.sas.com 2.0: How we built it by Joe Furb...Nordic APIs
 
How Netflix Uses Data Abstraction to Operate Services at Scale - Vidhya Arvin...
How Netflix Uses Data Abstraction to Operate Services at Scale - Vidhya Arvin...How Netflix Uses Data Abstraction to Operate Services at Scale - Vidhya Arvin...
How Netflix Uses Data Abstraction to Operate Services at Scale - Vidhya Arvin...Nordic APIs
 
cURL to SDK: Navigating the API Adoption Chasm - Sidney Maestre, APIMatic
cURL to SDK: Navigating the API Adoption Chasm - Sidney Maestre, APIMaticcURL to SDK: Navigating the API Adoption Chasm - Sidney Maestre, APIMatic
cURL to SDK: Navigating the API Adoption Chasm - Sidney Maestre, APIMaticNordic APIs
 

Plus de Nordic APIs (20)

How I Built Bill, the AI-Powered Chatbot That Reads Our Docs for Fun , by Tod...
How I Built Bill, the AI-Powered Chatbot That Reads Our Docs for Fun , by Tod...How I Built Bill, the AI-Powered Chatbot That Reads Our Docs for Fun , by Tod...
How I Built Bill, the AI-Powered Chatbot That Reads Our Docs for Fun , by Tod...
 
The Art of API Design, by David Biesack at Apiture
The Art of API Design, by David Biesack at ApitureThe Art of API Design, by David Biesack at Apiture
The Art of API Design, by David Biesack at Apiture
 
ABAC, ReBAC, Zanzibar, ALFA… How Should I Implement AuthZ in My APIs? by Dav...
ABAC, ReBAC, Zanzibar, ALFA…  How Should I Implement AuthZ in My APIs? by Dav...ABAC, ReBAC, Zanzibar, ALFA…  How Should I Implement AuthZ in My APIs? by Dav...
ABAC, ReBAC, Zanzibar, ALFA… How Should I Implement AuthZ in My APIs? by Dav...
 
Crafting a Cloud Native API Platform to Accelerate Your Platform Maturity - B...
Crafting a Cloud Native API Platform to Accelerate Your Platform Maturity - B...Crafting a Cloud Native API Platform to Accelerate Your Platform Maturity - B...
Crafting a Cloud Native API Platform to Accelerate Your Platform Maturity - B...
 
The Federated Future: Pioneering Next-Gen Solutions in API Management - Marku...
The Federated Future: Pioneering Next-Gen Solutions in API Management - Marku...The Federated Future: Pioneering Next-Gen Solutions in API Management - Marku...
The Federated Future: Pioneering Next-Gen Solutions in API Management - Marku...
 
API Authorization Using an Identity Server and Gateway - Aldo Pietropaolo, SGNL
API Authorization Using an Identity Server and Gateway - Aldo Pietropaolo, SGNLAPI Authorization Using an Identity Server and Gateway - Aldo Pietropaolo, SGNL
API Authorization Using an Identity Server and Gateway - Aldo Pietropaolo, SGNL
 
API Discovery from Crawl to Run - Rob Dickinson, Graylog
API Discovery from Crawl to Run - Rob Dickinson, GraylogAPI Discovery from Crawl to Run - Rob Dickinson, Graylog
API Discovery from Crawl to Run - Rob Dickinson, Graylog
 
Productizing and Monetizing APIs - Derric Gilling, Moseif
Productizing and Monetizing APIs - Derric Gilling, MoseifProductizing and Monetizing APIs - Derric Gilling, Moseif
Productizing and Monetizing APIs - Derric Gilling, Moseif
 
Securely Boosting Any Product with Generative AI APIs - Ruben Sitbon, Sipios
Securely Boosting Any Product with Generative AI APIs - Ruben Sitbon, SipiosSecurely Boosting Any Product with Generative AI APIs - Ruben Sitbon, Sipios
Securely Boosting Any Product with Generative AI APIs - Ruben Sitbon, Sipios
 
Security of LLM APIs by Ankita Gupta, Akto.io
Security of LLM APIs by Ankita Gupta, Akto.ioSecurity of LLM APIs by Ankita Gupta, Akto.io
Security of LLM APIs by Ankita Gupta, Akto.io
 
I'm an API Hacker, Here's How to Go from Making APIs to Breaking Them - Katie...
I'm an API Hacker, Here's How to Go from Making APIs to Breaking Them - Katie...I'm an API Hacker, Here's How to Go from Making APIs to Breaking Them - Katie...
I'm an API Hacker, Here's How to Go from Making APIs to Breaking Them - Katie...
 
Unleashing the Potential of GraphQL with Streaming Data - Kishore Banala, Net...
Unleashing the Potential of GraphQL with Streaming Data - Kishore Banala, Net...Unleashing the Potential of GraphQL with Streaming Data - Kishore Banala, Net...
Unleashing the Potential of GraphQL with Streaming Data - Kishore Banala, Net...
 
Reigniting the API Description Wars with TypeSpec and the Next Generation of ...
Reigniting the API Description Wars with TypeSpec and the Next Generation of...Reigniting the API Description Wars with TypeSpec and the Next Generation of...
Reigniting the API Description Wars with TypeSpec and the Next Generation of ...
 
Establish, Grow, and Mature Your API Platform - James Higginbotham, LaunchAny
Establish, Grow, and Mature Your API Platform - James Higginbotham, LaunchAnyEstablish, Grow, and Mature Your API Platform - James Higginbotham, LaunchAny
Establish, Grow, and Mature Your API Platform - James Higginbotham, LaunchAny
 
Inclusive, Accessible Tech: Bias-Free Language in Code and Configurations - A...
Inclusive, Accessible Tech: Bias-Free Language in Code and Configurations - A...Inclusive, Accessible Tech: Bias-Free Language in Code and Configurations - A...
Inclusive, Accessible Tech: Bias-Free Language in Code and Configurations - A...
 
Getting Better at Risk Management Using Event Driven Mesh Architecture - Ragh...
Getting Better at Risk Management Using Event Driven Mesh Architecture - Ragh...Getting Better at Risk Management Using Event Driven Mesh Architecture - Ragh...
Getting Better at Risk Management Using Event Driven Mesh Architecture - Ragh...
 
GenAI: Producing and Consuming APIs by Paul Dumas, Gartner
GenAI: Producing and Consuming APIs by Paul Dumas, GartnerGenAI: Producing and Consuming APIs by Paul Dumas, Gartner
GenAI: Producing and Consuming APIs by Paul Dumas, Gartner
 
The SAS developer portal – developer.sas.com 2.0: How we built it by Joe Furb...
The SAS developer portal –developer.sas.com 2.0: How we built it by Joe Furb...The SAS developer portal –developer.sas.com 2.0: How we built it by Joe Furb...
The SAS developer portal – developer.sas.com 2.0: How we built it by Joe Furb...
 
How Netflix Uses Data Abstraction to Operate Services at Scale - Vidhya Arvin...
How Netflix Uses Data Abstraction to Operate Services at Scale - Vidhya Arvin...How Netflix Uses Data Abstraction to Operate Services at Scale - Vidhya Arvin...
How Netflix Uses Data Abstraction to Operate Services at Scale - Vidhya Arvin...
 
cURL to SDK: Navigating the API Adoption Chasm - Sidney Maestre, APIMatic
cURL to SDK: Navigating the API Adoption Chasm - Sidney Maestre, APIMaticcURL to SDK: Navigating the API Adoption Chasm - Sidney Maestre, APIMatic
cURL to SDK: Navigating the API Adoption Chasm - Sidney Maestre, APIMatic
 

Dernier

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
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
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
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptxLBM Solutions
 
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
 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...HostedbyConfluent
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024Scott Keck-Warren
 
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
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
 
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
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure servicePooja Nehwal
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhisoniya singh
 
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
 

Dernier (20)

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
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
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
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptx
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)
 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024
 
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
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
 
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
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping Elbows
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 

Going Platinum: How to Make a Hit API by Bill Doerrfeld, Nordic APIs

  • 1. Going platinum: How to make a hit API Bill Doerrfeld Nordic APIs Austin API Summit. March 2024 SXSW edition
  • 2. Making a hit API product is like making a hit album Both require: SPECIALIZATION EXPERIENCE NAMING QUALITY STYLE CONSISTENCY CATALOGING SECURITY PRODUCTIZATION
  • 3. You have to find a niche. "Micro" is in. SPECIALIZATION
  • 4. Genres How it used to be Pop Rock Alternative Hip-hop/Rap R&B/Soul Country Electronic Classical Jazz Blues Monolithic services Traditional web apps ERP systems CMS service Point-of-sale systems Accounting software Human resource systems Inventory management systems SPECIALIZATION
  • 5. How it is now Micro-genres Vaporwave Chillwave Witch house Seapunk Bedroom pop Glitch hop Future funk Lo-fi Synthwave Electroswing Cloud rap Fidget house Dark ambient Post-rock Math rock Shoegaze Drone Neo-folk Post-metal Noise rock Experimental electronic Industrial metal Progressive metal Acid jazz Psych pop Ambient techno Breakcore Microservices User Authentication User Profile Product Catalog Inventory Management Order Management Payments Shipping Recommendations Search Content Management Messaging Analytics Logging and Monitoring Image Processing Video Processing Email SMS Notifications Geolocation Weather Social Media Rate Limiting File Storage Notification Queue API gateway Backup and Recovery Caching SPECIALIZATION
  • 6. How small is too small? Can the amount of API features be related to the success of a business? Source: The Impact of a Large Number of API Features, Bruno Pedro ● Ratio of operations per feature below 10. ● Perceived complexity impacts support requirements. ● Design impacts discoverability, and developer experience. Diagrams represent HTTP method → API features → capabilities they provide SPECIALIZATION
  • 8. The total number of APIs worldwide (public and private) is approaching 200 million, according to A 2021 F5 report. Why developer experience (DX) matters # of APIs Reduce cost Can improving developer experience actually reduce costs? The answer is a resounding "yes." Marketing DX is a natural marketing tool. Docs / dev portal are the window to your product. EXPERIENCE
  • 9. ✓ Tell me what this does ✓ Public documentation ✓ Show me the code already ✓ Have an auth guide ✓ Make sure OpenAPI = production ✓ Have a playground in the docs ✓ Better yet, get it in my IDE ✓ Consider AI for ultimate DX Make a great API DX Ways to Souce: How to Make A Rickdiculous Developer Experience For Your API, Doerrfeld, 2023. EXPERIENCE
  • 10. Instant playback Let them "listen" before they buy EXPERIENCE
  • 11. You need a good name. "Random Access Memories" by Daft Punk NAMING
  • 12. Part of the REST standard is to use pluralized resources with the correct HTTP verbs. - Steve McDougall, "The Ten REST Commandments," Nordic APIs. 2023 API naming “RESTful URIs should refer to a resource that is a thing (noun) instead of referring to an action (verb)" - RESTfulAPI.net ● Resources as nouns: /albums/{id} instead of /getAlbum ● Pluralized resources: /albums instead of /album ● Forward slashes for hierarchy ● Punctuation for lists ● Lowercase letters and dashes ● And more… Source: 10+ Best Practices for Naming API Endpoints, Nordic APIs. Last updated 2023. NAMING
  • 13. It’s gotta be quality. In the late 70s, Steely Dan pioneered contemporary recording techniques. QUALITY
  • 14. Steely Dan level APIs are: ● Intentional: Functions as expected, design-first ● Well-performed: High performance quality ● Produced well: Meets modern standards ● Precise: No errors, vulnerability-free So, how do we make sure our APIs are a good quality production? QUALITY
  • 15. API quality benchmarks: FinTech Source: APIContext One method: comparing against industry benchmarks QUALITY
  • 16. API quality benchmarks: AI Source: APIContext QUALITY
  • 17. API quality screening Test APIs against best practices. Design-first dev for the win! Results from scanning OpenAI's YAML OpenAPI definition: (https://raw.githubusercontent.com/openai/openai- openapi/master/openapi.yaml) RateMyOpenAPI API Insights - Inconsistent naming - Not verbose error responses - Lack of performance headers - Content type security policies App.Escape.Tech - Missing operation descriptions - Missing examples - Undefined errors - Potential for information disclosure - Duplicated objects QUALITY
  • 19. API architectural style trends Takeaway: REST-first, but consider GraphQL and async styles for usability Source: Postman State of the API Report, 2023 STYLE
  • 20. Who is keeping an API style guide? STYLE Resource alert! API style guides from Atlassian, Cisco, Google, Microsoft, Heroku, and others: https://apistylebook.com/
  • 21. Consistency matters. "Find your sound." Consistency is typically good in APIs too. CONSISTENCY
  • 22. "Similar Hallways" Repurposed from Kristen Womack's talk 'Level Up Your Developer Experience: Creating Awesome Support Resources' at the 2023 Platform Summit in Stockholm. CONSISTENCY
  • 23. Not everyone can be the Beatles CONSISTENCY
  • 24. Both are cataloged A catalog number is a specific alphanumeric number a record label assigns for a release. Ex. Abbey Road" by The Beatles (Apple Records) - Catalog number: SO-383 CATALOGING
  • 25. Both have documentation (but not always!) CATALOGING
  • 26. - 2023 State of the API Report, Postman 52% of respondents said lack of documentation was the biggest problem API documentation #1 issue Only 10% of organizations fully document their APIs - 2023 report from Enterprise Management Associates (EMA) CATALOGING
  • 27. - Rapid’s 2022 State of APIs report Companies with 10,000 or more employees tend to have over 250 internal APIs API sprawl issues ● What is API sprawl? ○ Sheer increase in APIs ○ Unmitigated technology adoption ○ Lack of governance ○ Lack of standards CATALOGING
  • 28. New Risks on OWASP Top Ten for APIs (2023) API9:2023 - Improper Inventory Management API10:2023 - Unsafe Consumption of APIs API6:2023 - Unrestricted Access to Sensitive Business Flows CATALOGING
  • 29. Both are products. "Thriller," one of the most commercially successful albums of all time, has sold over 66 million copies worldwide. PRODUCTIZATION
  • 30. - Jason Harmon CTO at Stoplight and API Intersection podcast host. Formerly at Expedia Group and Paypal. "It's just another product…The future of APIs is all about product management." The API is a product. PRODUCTIZATION
  • 31. - MuleSoft and Deloitte Digital 2023 Connectivity Benchmark Report. APIs and API-related implementations generated 41% of revenue for organizations in the US API monetization ● Direct monetization is just one model! On productifying APIs… Source: ProgrammableWeb 2020 Guide to API Business Models, Mulesoft. Pg. 6 PRODUCTIZATION
  • 32. Some are just a one hit wonder 'Take On Me' by A-ha PRODUCTIZATION
  • 33. The Anatomy of an API in 2023: A Comprehensive Overview: Treblle analyzed 1 billion requests from 9,000 different APIs. https://blog.treblle.com/the-anatomy-of-an-api-in-2023-a-comprehensive-overview/ ● 68% of API endpoints use GET HTTP method ○ (Might not be using HTTP methods correctly…) ● 20% of API endpoints remain unused for over 30 days. What's your one hit wonder? PRODUCTIZATION
  • 34. You gotta secure your IP. In 2011 Skrillex lost an entire unreleased album after his laptops and hard drives were stolen. SECURITY
  • 35. "60% of organizations said they experienced at least one API-related breach in the past two years." -Traceable's Global State of API Security 2023 API attacks on the rise SECURITY
  • 36. 5 Examples of Recent Terrible API Breaches Trello - When? Early 2024 - What? Endpoint overshared data / business logic abuse - Takeaway: Avoid data overexposure, apply rate limiting Hugging Face - When? Late 2023 - What? 1,500 tokens left exposed - Takeaway: Protect keys/secrets, don't store publicly T-Mobile - When? Early 2023 - What? 37 million accounts compromised w/ auth issue. - Takeaway: Have proper authn/authz checks Kronos - When? Late 2023 - What? $25 million in ETH stolen - Takeaway: Avoid leaking unauthorized API keys Optus - When? Mid-2022 - What? 11 million customer records leaked from open endpoint. - Takeaway: Take a zero-trust approach w/ authn and authz. Read: Takeaways From 5 Terrible API Breaches, Doerrfeld, 2023. SECURITY
  • 37. Be a producer. Go produce and be prolific API rockstars
  • 38. Est. 2013 Weekly thought pieces on API design, strategy Nordic APIs blog
  • 39. Thank you! Going platinum: How to make a hit API Bill Doerrfeld Bill Doerrfeld. Nordic APIs Austin API Summit. March 2024

Notes de l'éditeur

  1. *Don't need to go through this
  2. You need to find your sound. And in technology, you nee to find your specizlied purpose.
  3. In the age of the internet and online streaming, micro-genres of music have proliferated. Interestingly, around
  4. In the age of the internet and online streaming, micro-genres of music have proliferated. While the typical genres still exist, there are a number of micro genres on offer now, from acid jazz to shoegaze, drone, post-metal, bedroom pop, and beyond. Communities. Interestingly, around Services are more and more domain-driven and based on discrete functions. And, usually expoised via an API.
  5. In the age of the internet and online streaming, micro-genres of music have proliferated. While the typical genres still exist, there are a number of micro genres on offer now, from acid jazz to shoegaze, drone, post-metal, bedroom pop, and beyond. Communities. Interestingly, around Services are more and more domain-driven and based on discrete functions. And, usually expoised via an API.
  6. To take the music analogy one step further. Similar to how streaming platforms allow unpaid users to test snippets of songs (or stream for free for a limited time), developer portals should enable instant testing. A great place, in my opinion, is to insert this in the docmetnation.
  7. My favorite double entendre
  8. Zuplo: https://ratemyopenapi.com/report/512eeb96-6a90-4e70-bc63-eced1aa9f308 - I like because it can highlight exactly where in the schema the violation occurred and suggest AI-driven suggestions. Treblle: https://apiinsights.io/reports/11bfd848-5f97-4280-978a-a6146e6fec69
  9. REST is still the dominant style for web APIs. But, year over year, REST is steadily losing popularity to newcomer API design styles. In 2023, GraphL usurped SOAP as the 3rd most popular options for API design styles.
  10. REST is still the dominant style for web APIs. But, year over year, REST is steadily losing popularity to newcomer API design styles. In 2023, GraphL usurped SOAP as the 3rd most popular options for API design styles.
  11. Music listeners typically like an artist that has their own sound, which is pretty consistent from album to album. The Beatles, however are an exception to the rule. They pioneered various genres and heavily evolved their sound from album to album, starting with catchy pop tunes, moving into folk, psychedelic rock, folk, indian music, and total experimentation. APIs, on the other hand, should not follow the Beatles's lead. Your API catalog should not probably not look like this. Instead, consistency is key when designing APIs. Because, a hodgepodge portfolio of disparate API styles, URL conventions, naming standards, is just a recipe for poor developer experience and even sprawl issues.
  12. ## Both Are Products You need a business perspective around a successful project, or else it will fail in the market. This is true for APIs, too. So, how is your API designed and packaged? At Nordic APIs, we've tracked the emergence of API-first thinking that embraces the API as a product mantra. "The API is no different than another product," said Jason Harmon, CTO of Stoplight and API Intersections podcast host, in his presentation '[API-as-a-product: The Key to a Successful API Program](https://youtu.be/G3UZ_oiIw6I?si=sPdbvY_r3seX4FLM),' given at the Platform Summit 2023. "The future of APIs is all about product management." To Harmon, treating your API as a product means seeing the overall network and relationship with your partners. It requires demonstrating busines value and acquiring executive buy-in. He also advocates for a customer-first approach that informs API design. Other product-thinking techniques certainly apply to APIs, such as demonstrating business value, shipping early on and iterating, and documenting the service well. Which brings us to our next comparison.
  13. ## Both Are Products You need a business perspective around a successful project, or else it will fail in the market. This is true for APIs, too. So, how is your API designed and packaged? At Nordic APIs, we've tracked the emergence of API-first thinking that embraces the API as a product mantra. "The API is no different than another product," said Jason Harmon, CTO of Stoplight and API Intersections podcast host, in his presentation '[API-as-a-product: The Key to a Successful API Program](https://youtu.be/G3UZ_oiIw6I?si=sPdbvY_r3seX4FLM),' given at the Platform Summit 2023. "The future of APIs is all about product management." To Harmon, treating your API as a product means seeing the overall network and relationship with your partners. It requires demonstrating busines value and acquiring executive buy-in. He also advocates for a customer-first approach that informs API design. Other product-thinking techniques certainly apply to APIs, such as demonstrating business value, shipping early on and iterating, and documenting the service well. Which brings us to our next comparison.
  14. ## Both Are Products You need a business perspective around a successful project, or else it will fail in the market. This is true for APIs, too. So, how is your API designed and packaged? At Nordic APIs, we've tracked the emergence of API-first thinking that embraces the API as a product mantra. "The API is no different than another product," said Jason Harmon, CTO of Stoplight and API Intersections podcast host, in his presentation '[API-as-a-product: The Key to a Successful API Program](https://youtu.be/G3UZ_oiIw6I?si=sPdbvY_r3seX4FLM),' given at the Platform Summit 2023. "The future of APIs is all about product management." To Harmon, treating your API as a product means seeing the overall network and relationship with your partners. It requires demonstrating busines value and acquiring executive buy-in. He also advocates for a customer-first approach that informs API design. Other product-thinking techniques certainly apply to APIs, such as demonstrating business value, shipping early on and iterating, and documenting the service well. Which brings us to our next comparison.
  15. When it comes down to it, both are products. You need a business perspective around a successful project, or else it will fail in the market. This is true for music albums. And it's true for APIs, too.
  16. ## Both Are Products You need a business perspective around a successful project, or else it will fail in the market. This is true for APIs, too. So, how is your API designed and packaged? At Nordic APIs, we've tracked the emergence of API-first thinking that embraces the API as a product mantra. "The API is no different than another product," said Jason Harmon, CTO of Stoplight and API Intersections podcast host, in his presentation '[API-as-a-product: The Key to a Successful API Program](https://youtu.be/G3UZ_oiIw6I?si=sPdbvY_r3seX4FLM),' given at the Platform Summit 2023. "The future of APIs is all about product management." To Harmon, treating your API as a product means seeing the overall network and relationship with your partners. It requires demonstrating busines value and acquiring executive buy-in. He also advocates for a customer-first approach that informs API design. Other product-thinking techniques certainly apply to APIs, such as demonstrating business value, shipping early on and iterating, and documenting the service well. Which brings us to our next comparison.
  17. ## Both Are Products You need a business perspective around a successful project, or else it will fail in the market. This is true for APIs, too. So, how is your API designed and packaged? At Nordic APIs, we've tracked the emergence of API-first thinking that embraces the API as a product mantra. "The API is no different than another product," said Jason Harmon, CTO of Stoplight and API Intersections podcast host, in his presentation '[API-as-a-product: The Key to a Successful API Program](https://youtu.be/G3UZ_oiIw6I?si=sPdbvY_r3seX4FLM),' given at the Platform Summit 2023. "The future of APIs is all about product management." To Harmon, treating your API as a product means seeing the overall network and relationship with your partners. It requires demonstrating busines value and acquiring executive buy-in. He also advocates for a customer-first approach that informs API design. Other product-thinking techniques certainly apply to APIs, such as demonstrating business value, shipping early on and iterating, and documenting the service well. Which brings us to our next comparison.
  18. Like those deep cuts on an album that aren't many getting plays, APIs have their hit tracks, too. A study by Treblle recently confirmed this. As explained in [The Anatomy of an API in 2023](https://report.treblle.com/) report, the Treblle team analyzed over one billion requests across 9,000 APIs for trends and found that GET methods are, by far, the most popular type of API call. But most interesting to me is that the report sheds light on the fact that many APIs are sitting inactive and unused. One in five API endpoints are zombie APIs, meaning that they haven't been used by anyone in the last 30 days. The takeaway is to analyze your traffic and shutter APIs that aren't used at all — as this will help maintenance and security. Furthermore, knowing your high-traffic endpoints could help inform your true value proposition. Then, you can optimize the developer journey more for that use case and truly reap the benefits of your specialized, one-hit wonder.
  19. ## Both Are Products You need a business perspective around a successful project, or else it will fail in the market. This is true for APIs, too. So, how is your API designed and packaged? At Nordic APIs, we've tracked the emergence of API-first thinking that embraces the API as a product mantra. "The API is no different than another product," said Jason Harmon, CTO of Stoplight and API Intersections podcast host, in his presentation '[API-as-a-product: The Key to a Successful API Program](https://youtu.be/G3UZ_oiIw6I?si=sPdbvY_r3seX4FLM),' given at the Platform Summit 2023. "The future of APIs is all about product management." To Harmon, treating your API as a product means seeing the overall network and relationship with your partners. It requires demonstrating busines value and acquiring executive buy-in. He also advocates for a customer-first approach that informs API design. Other product-thinking techniques certainly apply to APIs, such as demonstrating business value, shipping early on and iterating, and documenting the service well. Which brings us to our next comparison.
  20. ## Both Are Products You need a business perspective around a successful project, or else it will fail in the market. This is true for APIs, too. So, how is your API designed and packaged? At Nordic APIs, we've tracked the emergence of API-first thinking that embraces the API as a product mantra. "The API is no different than another product," said Jason Harmon, CTO of Stoplight and API Intersections podcast host, in his presentation '[API-as-a-product: The Key to a Successful API Program](https://youtu.be/G3UZ_oiIw6I?si=sPdbvY_r3seX4FLM),' given at the Platform Summit 2023. "The future of APIs is all about product management." To Harmon, treating your API as a product means seeing the overall network and relationship with your partners. It requires demonstrating busines value and acquiring executive buy-in. He also advocates for a customer-first approach that informs API design. Other product-thinking techniques certainly apply to APIs, such as demonstrating business value, shipping early on and iterating, and documenting the service well. Which brings us to our next comparison.
  21. I am the Editor in Chief of Nordic APIs blog, which publishes thought pieces on the API economy. We've been tracking the rise of APIs since 2013, and writing articles on the design, development, strategy, business, and security of APIs. There's a lot to unpack.