【问题标题】:Restful api and operations like search and inviteRestful api 和搜索和邀请等操作
【发布时间】:2016-11-29 07:16:05
【问题描述】:

Restful api不应该在路径中使用动词,而是如何设计api:

  • 搜索产品
  • 过滤产品
  • 邀请好友

【问题讨论】:

    标签: rest restful-architecture restful-url api-design httpverbs


    【解决方案1】:

    总是问自己:

    我的资源是什么?

    • 列出产品:GET /api/products
    • 过滤产品:GET /api/products?status={{status}}
    • 邀请好友:POST /api/invitation

    请注意,路径(REST 资源)是名词 (invitation),而不是动词 (invite)。

    【讨论】:

      猜你喜欢
      • 2019-11-07
      • 1970-01-01
      • 2013-11-16
      • 2023-03-31
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2015-01-19
      • 1970-01-01
      相关资源
      最近更新 更多