[Daily] compile the HTTP interface documentation,
1. What is an interface document?
In project development, web project front-end and back-end separation development and APP development require both front-end and back-end engineers to jointly define interfaces and compile interface documents. After that, everyone will develop them based on this interface document, maintenance is required until the end of the project.
2. Why do I need to write interface documents?
1. During project development, the front-end engineers have a uniform file for communication and development.
2. During project maintenance or change of project personnel, it is convenient for later personnel to view and maintain
RESTful interface:
REST is a popular Convention in the form of front-end interaction. This is just a set of conventions, not a technical standard. REST makes full use of the methods in the HTTP specification to achieve the semantics of interface description.
Security:
1. Use HTTPS protocol
2. Data Encryption
Permission handling:
1. Client Interface with verification token
2. The WEB interface uses the SESSION verification mechanism.