The understanding of restful api

restful api current best practice is to separate front and rear ends

restful api benefits:

  1. Lightweight, directly through http, no additional protocols, post / get / put / delete operations
  2. Resource-oriented, clear, self-explanatory
  3. Simple description data, through data communications typically do json or xml
Released two original articles · won praise 0 · Views 128

Guess you like

Origin blog.csdn.net/weixin_43650504/article/details/104425488