这个get请求不应该返回一个有效的JSON结果吗?
https://api.flattr.com/rest/v2/users/:der_michael如果我在浏览器中打开它,我会看到
{"error":"not_found","error_description":"The requested user could not be found","error_uri":"http:\/\/developers.flattr.net\/v2\/#user"}根据当前的文档@ http://developers.flattr.net/v2/#resources,这应该是一个足够的请求,不是吗?
发布于 2011-12-28 01:10:23
请求几乎是正确的。只有一个冒号( : )太多了。
https://api.flattr.com/rest/v2/users/der_michael
祝好运!
https://stackoverflow.com/questions/8647058
复制相似问题