构建API响应

时间:2012-09-14 12:08:55

标签: json api

我不确定从API构建响应的最佳方法。

每个回复都应该有“结果”或“成功”节点吗?

我正在考虑以下模板:

   -result (true/false)
   -data (only if result is true)
   -errors (only if result is false)

这是接受的做法,还是有更标准的做事方式?

1 个答案:

答案 0 :(得分:0)

我认为你应该看看RESTful API的含义。 对于错误,您可以使用HTTP状态。 如果状态为200,则一切正常。 你可以在这里阅读http://www.infoq.com/articles/designing-restful-http-apps-roth