Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

## 简介

这是一份关于 HTPP+JSON API设计的最佳实践指南,是在[Heroku Platform API](https://devcenter.heroku.com/articles/platform-api-reference) 基础上改进的。
这是一份关于 HTTP+JSON API设计的最佳实践指南,是在[Heroku Platform API](https://devcenter.heroku.com/articles/platform-api-reference) 基础上改进的。

我们的目标是在业务逻辑中尽可能保持一致和专注,同时避免设计中的脱节。我们需要一个 *良好的*,*具有一致性*,*文档齐备*的 API 设计,并不是*一成不变*的。

我们假设你已经熟悉了HTPP+JSON API,因此这份文档不会覆盖这些基础知识。
我们假设你已经熟悉了HTTP+JSON API,因此这份文档不会覆盖这些基础知识。

欢迎大家对这份指南做出改进贡献[contributions]

Expand Down