Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Designing API-First Enterprise Architectures on Azure

You're reading from   Designing API-First Enterprise Architectures on Azure A guide for architects and developers to expedite digital transformation with API-led architectures

Arrow left icon
Product type Paperback
Published in Aug 2021
Publisher Packt
ISBN-13 9781801813914
Length 290 pages
Edition 1st Edition
Arrow right icon
Author (1):
Arrow left icon
Subhajit Chatterjee Subhajit Chatterjee
Author Profile Icon Subhajit Chatterjee
Subhajit Chatterjee
Arrow right icon
View More author details
Toc

Table of Contents (14) Chapters Close

Preface 1. Section 1: API-Led Architecture in the Digital Economy
2. Chapter 1: Evolution of Enterprise Solution Architectures FREE CHAPTER 3. Chapter 2: APIs as Digital Connectors 4. Section 2: Build Reliable API-Centric Solutions
5. Chapter 3: Architecture Principles and API Styles 6. Chapter 4: Assuring the Quality of the API Service (or Product) 7. Chapter 5: RESTful APIs – the New Web 8. Chapter 6: API Design Practices 9. Chapter 7: Accelerating through DevOps Essentials 10. Section 3: Deliver Business Value for a Modern Enterprise
11. Chapter 8: API-Centric Enterprise Integrations 12. Chapter 9: APIs as a Monetized Product 13. Other Books You May Enjoy

OpenAPI Specification

The OpenAPI Specification (OAS) defines a standard that can be used to create the interface definition of a RESTful API in a language-agnostic manner. This allows the consumers of the API, whether they're humans or computers, to easily decipher the capabilities of the services without requiring access to source code, documentation, or even inspections of the network traffic. Owing to its wide acceptance in the community, APIs that are defined properly using the specification constructs will be readily available for use by the developers planning to integrate with the API.

There are a variety of developer productivity tools that can parse the OpenAPI definition files, as well as display the API specification in a graphical manner that is easy to understand and follow. There are tools that can generate stubs or proxy classes using these definition files or even in API testing, using mocks.

You can read more about the OpenAPI Specification at https:...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image