后端开发
API Design Patterns 豆瓣
作者: JJ Geewax Manning Publications 2020 - 6
API Design Patterns draws on the collected wisdom of the API community, including the internal developer knowledge base at Google, laying out an innovative set of design patterns for developing both internal and public-facing APIs. In this essential guide, Google Software Engineer JJ Geewax provides a unique and authoritative catalog of patterns that promote flexibility and ease-of-use in your APIs. Each pattern in the catalog is fully illustrated with its own example API, use-cases for solving common API design challenges, and scenarios for tricky edge issues using a pattern’s more subtle features. With the best practices laid out in this book, you can ensure your APIs are adaptive in the face of change and easy for your clients to incorporate into their projects.
what's inside
A full case-study of building an API and adding features
The guiding principles that underpin most API patterns
Fundamental patterns for resource layout and naming
Advanced patterns for special interactions and data transformations
2025年3月20日 想读 我终于看懂《“一把梭:REST API 全用 POST”》了,有人推荐这书:

> 补充安利下API DESIGN PATTERN这本书,关于REST API说的真的是即透彻,又极具可操作性

https://coolshell.cn/articles/22173.html/comment-page-1#comment-2366122
后端开发