最近在研究RESTAPI相关的一些最佳实践,搜集到一些不错的参考资料,备份一下。

  1. Wiki: Representational state transfer https://en.wikipedia.org/wiki/Representational_state_transfer#RESTful_web_services
  2. 来自HeroKu的HTTP API 设计指南(中文版) http://www.kancloud.cn/thinkphp/http-api-design/31119
  3. 理解RESTFul架构 http://mccxj.github.io/blog/20130530_introduce-to-rest.html
  4. Github API Reference https://developer.github.com/v3/
  5. Restful Web API 系列篇 http://www.cnblogs.com/artech/p/restful-web-api-02.html
  6. 理解本真的REST架构风格-来自InfoQ http://www.infoq.com/cn/articles/understanding-restful-style/