Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我对 REST 世界有点陌生,我不确定某些 REST API 的预期功能。
我有一个 REST API,它需要一个 ID 和一些 JSON,我的函数会将更多值附加到 JSON 并返回它
当给定 ID 没有记录时,就会出现我的问题。返回指示未找到 ID 的 HTTP 错误代码会更好,还是应该返回内容中包含空 JSON 的 2XX 代码?