Rest API 批量命名规则

Rest API bulk naming convention

Web 服务 REST API 批量命名是否有任何已知的最佳实践?

对用户资源的一些建议:

/api/users-bulk
/api/bulk/users
/api/users/bulk
/api/users/_bulk

没有规则,您可以使用任何路线,但我更喜欢第 3 个 /api/users/bulk,以防 bulkusers[= 的附加功能18=](比如获取所有用户 /api/users,通过 id /api/users/:id 获取用户,...)。在这种情况下,所有与用户相关的操作都在 /api/user/.