Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RESTful API 最佳实践 - 阮一峰的网络日志 #1292

Open
kchen0x opened this issue Oct 3, 2018 · 0 comments
Open

RESTful API 最佳实践 - 阮一峰的网络日志 #1292

kchen0x opened this issue Oct 3, 2018 · 0 comments
Milestone

Comments

@kchen0x
Copy link
Owner

kchen0x commented Oct 3, 2018

RESTful API 最佳实践 - 阮一峰的网络日志

RESTful 是目前最流行的 API 设计规范,用于 Web 数据接口的设计。 它的大原则容易把握,但是细节不容易做对。本文总结 RESTful 的设计细节,介绍如何设计出易于理解和使用的 API。 一、URL 设计 1.1 动词 + 宾语 RESTful 的核心思想就是,客户端发出的数据操作指令都是"动词 +…



October 3, 2018 at 09:20PM

via Instapaper https://ift.tt/2QoiGbp

@kchen0x kchen0x added this to the TBR milestone Oct 3, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant