API设计模式|API Design Patterns
Posted 每天一本编程书
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了API设计模式|API Design Patterns相关的知识,希望对你有一定的参考价值。
API Design Patterns | |
页数 | 487 |
版本 |
1 |
作者 | JJ Geewax |
出版商 |
Manning Publications |
出版时间 | 2021-07-06 |
ISBN-13 | 9781617295850 |
图书简介
现代软件系统由许多服务器、服务和其他通过api进行通信的组件组成。作为开发人员,您的工作是确保这些api稳定、可靠,并且易于其他开发人员使用。API设计模式为您提供了设计标准和最佳实践的独特目录,以确保您的API灵活且用户友好。
API设计模式借鉴了API社区的智慧,为开发面向内部和面向公众的API提供了一套创新的设计模式。目录中的每个模式都有自己的示例API、解决常见API设计挑战的用例以及使用模式更微妙的特性解决棘手边缘问题的场景。
Modern software systems are composed of many servers, services, and other components that communicate through APIs. As a developer, your job is to make sure these APIs are stable, reliable, and easy to use for other developers. API Design Patterns provides you with a unique catalog of design standards and best practices to ensure your APIs are flexible and user-friendly.
API Design Patterns draws on the collected wisdom of the API community, laying out an innovative set of design patterns for developing both internal and public-facing 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.
以上是关于API设计模式|API Design Patterns的主要内容,如果未能解决你的问题,请参考以下文章
[译]API设计的黄金法则(The Golden Rule of API Design)
api design - 如何设计公共 POST api 以防止垃圾邮件请求