内容规范 规范与原则 编写完善易懂的文档 减少认知负担 内容规范 This document outlines what should be included in the official documentation. Below, you will find a couple of principles and recommendations...
API 设计规范 1. URI 设计 2. Method 设计 ① 查询操作 - GET ② 创建操作 - POST ③ 修改操作 - PUT ④ 删除操作 -DELETE ⑤ 部分更新操作 -PATCH ⑥ 其他操作 3. 参数设计 4. 其他设计 基础路径 API 设计规范 规范统一的 API 是项目设计的基石。Dolphin...