> For the complete documentation index, see [llms.txt](https://spring-boot.shujuwajue.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://spring-boot.shujuwajue.com/restfull-api-kai-fa.md).

# RESTfull API 开发

[RESTful API 设计指南](http://www.ruanyifeng.com/blog/2014/05/restful_api.html)

## REST风格

* 1.用URL描述资源
* 2.用method描述动作
* 3.使用Json交互数据
* 4.只是一种风格，不是强制的标准
