null
Loading... Please wait...
FREE SHIPPING on All Unbranded Items LEARN MORE
Print This Page

Automating API Delivery (APIOps with OpenAPI)

List Price: $59.99
SKU:
9781633438781
Quantity:
Minimum Purchase
25 unit(s)
  • Availability: Confirm prior to ordering
  • Branding: minimum 50 pieces (add’l costs below)
  • Check Freight Rates (branded products only)

Branding Options (v), Availability & Lead Times

  • 1-Color Imprint: $2.00 ea.
  • Promo-Page Insert: $2.50 ea. (full-color printed, single-sided page)
  • Belly-Band Wrap: $2.50 ea. (full-color printed)
  • Set-Up Charge: $45 per decoration
FULL DETAILS
  • Availability: Product availability changes daily, so please confirm your quantity is available prior to placing an order.
  • Branded Products: allow 10 business days from proof approval for production. Branding options may be limited or unavailable based on product design or cover artwork.
  • Unbranded Products: allow 3-5 business days for shipping. All Unbranded items receive FREE ground shipping in the US. Inquire for international shipping.
  • RETURNS/CANCELLATIONS: All orders, branded or unbranded, are NON-CANCELLABLE and NON-RETURNABLE once a purchase order has been received.
  • Product Details

    Author:
    Ikenna Nwaiwu
    Format:
    Paperback
    Pages:
    400
    Publisher:
    Manning (July 30, 2024)
    Language:
    English
    ISBN-13:
    9781633438781
    ISBN-10:
    1633438783
    Weight:
    24oz
    Dimensions:
    7.375" x 9.25" x 0.9"
    File:
    Eloquence-SimonSchuster_04022026_P9912986_onix30_Complete-20260402.xml
    Folder:
    Eloquence
    List Price:
    $59.99
    As low as:
    $53.99
    Publisher Identifier:
    P-SS
    Discount Code:
    G
    Pub Discount:
    37
    Case Pack:
    18
    Imprint:
    Manning
  • Overview

    Improve speed, quality, AND cost by automating your API delivery process!

    Automating API Delivery shows you how to strike the perfect balance between speed and usability by applying DevOps automation principles to your API design and delivery process. It lays out a clear path to making both the organizational and technical changes you need to deliver high-quality APIs both rapidly and reliably.

    In Automating API Delivery you’ll learn how to:

    • Enforce API design standards with linting
    • Automate breaking-change checks to control design creep
    • Ensure accuracy of API reference documents
    • Centralize API definition consistency checks
    • Automate API configuration deployment
    • Conduct effective API design reviews

    Author Ikenna Nwaiwu provides comprehensive guidance on implementing APIOps in your organization. He carefully walks through the technical steps and introduces the essential open-source tools, with practical advice and insights from his years of experience. You’ll benefit from his personal tips for avoiding common pitfalls and challenges of moving to automated API delivery.

    Foreword by Melissa van der Hecht.

    Purchase of the print book includes a free eBook in PDF and ePub formats from Manning Publications.

    About the technology

    Create high quality, consistent, and fast-to-market APIs by automating the development process! This innovative book shows you how to apply established Continuous Delivery and DevOps principles along the whole API lifecycle, transforming a collection of individual tasks into a smooth, manageable pipeline that supports automated testing, iterative improvement, and reliable documentation.

    About the book

    Automating API Delivery introduces the tools and strategies behind APIOps. You’ll discover tools and process improvements that give you important quick wins, including API governance using the Spectral API linter and establishing an efficient CI/CD pipeline with GitHub Actions. You’ll even discover how to use the powerful OpenAPI Generator to automatically create client and server code from your API definitions.

    What's inside

    • Check for breaking changes with oasdiff
    • Create SDKs using OpenAPI Generator
    • Maintain accurate documentation with API conformance tests
    • Deploy API gateway configuration with GitOps

    About the reader

    Experience building RESTful APIs required.

    About the author

    Ikenna Nwaiwu is Principal Consultant at Ikenna Consulting, specializing in automating API governance.

    The technical editor on this book was Marjukka Niinioja.

    Table of Contents

    1 What is APIOps?
    2 Leaning into APIOps: Problem-solving and leading improvements
    3 API linting: Automating API consistency
    4 Breaking change checks: Managing API evolution
    5 API design review: Checking for what you cannot automate
    6 API conformance: Generating code and API definitions
    7 API conformance: Schema testing
    8 CI/CD for API artifacts 1: Source-stage governance controls
    9 CI/CD for API artifacts 2: Build-stage and API configuration deployment
    10 More on API consistency: Custom linting and security checks
    11 Monitoring and analytics: Measuring API product metrics
    Appendixes
    A Value stream mapping icons
    B Installing API linting and OpenAPI diff tools
    C Introduction to JSON Pointer
    D Tools for API conformance and analytics
    E Docker and Kubernetes