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

API Design Patterns

List Price: $59.99
SKU:
9781617295850
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:
    JJ Geewax
    Format:
    Paperback
    Pages:
    480
    Publisher:
    Manning (July 20, 2021)
    Language:
    English
    ISBN-13:
    9781617295850
    ISBN-10:
    161729585X
    Weight:
    25.76oz
    Dimensions:
    7.375" x 9.25" x 1.1"
    File:
    Eloquence-SimonSchuster_08192026_P10502905_onix30-20260819.xml
    Folder:
    Eloquence
    List Price:
    $59.99
    Case Pack:
    7
    As low as:
    $53.99
    Publisher Identifier:
    P-SS
    Discount Code:
    G
    Pub Discount:
    37
    Imprint:
    Manning
  • Overview

    API Design Patterns lays out a set of design principles for building internal and public-facing APIs.

    Summary

    A collection of best practices and design standards for web and internal APIs.

    In API Design Patterns you will learn:

        Guiding principles for API patterns
        Fundamentals of resource layout and naming
        Handling data types for any programming language
        Standard methods that ensure predictability
        Field masks for targeted partial updates
        Authentication and validation methods for secure APIs
        Collective operations for moving, managing, and deleting data
        Advanced patterns for special interactions and data transformations

    API Design Patterns reveals best practices for building stable, user-friendly APIs. These design patterns can be applied to solve common API problems and flexibly altered to fit your specific needs. Hands-on examples and relevant use-cases illustrate patterns for API fundamentals, advanced functionalities, and even uncommon scenarios.

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

    About the technology

    APIs are contracts that define how applications, services, and components communicate. API design patterns provide a shared set of best practices, specifications and standards that ensure APIs are reliable and simple for other developers to use. This book collects and explains the most important patterns from both the API design community and the experts at Google.

    About the book

    API Design Patterns lays out a set of design principles for building internal and public-facing APIs. Google API expert JJ Geewax presents patterns that ensure your APIs are consistent, scalable, and flexible. You’ll improve the design of the most common APIs, plus discover techniques for tricky edge cases. Precise illustrations, relevant examples, and detailed scenarios make every pattern clear and easy to understand.

    What's inside

        Guiding principles for API patterns
        Fundamentals of resource layout and naming
        Advanced patterns for special interactions and data transformations
        A detailed case-study on building an API and adding features

    About the reader

    For developers building web and internal APIs in any language.

    About the author

    JJ Geewax is a software engineer at Google, focusing on Google Cloud Platform, API design, and real-time payment systems. He is also the author of Manning’s Google Cloud Platform in Action.

    Table of Contents

    PART 1 INTRODUCTION
    1 Introduction to APIs
    2 Introduction to API design patterns
    PART 2 DESIGN PRINCIPLES
    3 Naming
    4 Resource scope and hierarchy
    5 Data types and defaults
    PART 3 FUNDAMENTALS
    6 Resource identification
    7 Standard methods
    8 Partial updates and retrievals
    9 Custom methods
    10 Long-running operations
    11 Rerunnable jobs
    PART 4 RESOURCE RELATIONSHIPS
    12 Singleton sub-resources
    13 Cross references
    14 Association resources
    15 Add and remove custom methods
    16 Polymorphism
    PART 5 COLLECTIVE OPERATIONS
    17 Copy and move
    18 Batch operations
    19 Criteria-based deletion
    20 Anonymous writes
    21 Pagination
    22 Filtering
    23 Importing and exporting
    PART 6 SAFETY AND SECURITY
    24 Versioning and compatibility
    25 Soft deletion
    26 Request deduplication
    27 Request validation
    28 Resource revisions
    29 Request retrial
    30 Request authentication