前后端 页面 url 与 api url 如何统一命名风格.

2023-10-13 16:17:32 +08:00
 dnjat

前端页面

url -
/content/{id:123} 内容详细页
/contents?order=create_time,desc 内容列表页
/contents/query?create_time=2023/09/01,2023/10/01 搜索
/content/{id:123}/edi 内容编辑页
/content/create 内空创建
/content/edit?id=123 创建编辑页为同一个页面

供前端调用 api - 似 rpc 风格

method url -
get /content/get 单条详细,
get /content/lists?order=file,desc 列表
get /content/query?type=best 查询
post /content/create 新建
post /content/update 更新
post /content/delete 删除
post /content/favorite 收藏

供前端调用 api - 似 rest 风格

method url -
get /contents/{id:123} 单条详细
get /contents?order=file,desc 列表
get /contents/query?type=best 查询
post /contents 新建
put /contents/{id:123} 更新
delete /contents/{id:123} 删除
post /contents/{id:123}/favorite 收藏
2165 次点击
所在节点    程序员
24 条回复
AquanllR
2023-10-14 09:42:43 +08:00
更加优雅
flyqie
2023-10-14 17:41:42 +08:00
rest 非常适合 s3 这种跟"资源"概念强关联的业务。

但它不适合很多的其他场景。。
dnjat
2023-10-15 08:31:46 +08:00
@AquanllR rest 是非常简洁,聚合强
dnjat
2023-10-15 08:35:17 +08:00
@flyqie 赞同,看场景.

这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。

https://www.v2ex.com/t/981744

V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。

V2EX is a community of developers, designers and creative people.

© 2021 V2EX