《接口设计指北》改名为《HTTP 接口设计指北》并移到“Web”小节

This commit is contained in:
bolasblack 2014-10-11 17:13:19 +08:00
parent 69984e3101
commit 87f800bd43

View File

@ -148,6 +148,7 @@
* [前端开发体系建设日记](https://github.com/fouber/blog/issues/2)
* [移动前端开发收藏夹](https://github.com/hoosin/mobile-web-favorites)
* [JSON风格指南](https://github.com/darcyliu/google-styleguide/blob/master/JSONStyleGuide.md)
* [HTTP 接口设计指北](https://github.com/bolasblack/http-api-guide)
### 大数据
@ -158,7 +159,6 @@
* [程序员编程艺术](https://github.com/julycoding/The-Art-Of-Programming-by-July)
* [每个程序员都应该了解的内存知识(译)](http://www.oschina.net/translate/what-every-programmer-should-know-about-memory-part1?print)【第一部分】
* [取悦的工序:如何理解游戏](http://read.douban.com/ebook/4972883/) (豆瓣阅读,免费书籍)
* [接口设计指北](https://github.com/bolasblack/api-guide)
## 语言相关类