我使用的是Google Contact API,它以XML格式发送联系人详细信息,是否有任何方法可以以JSON格式获得相同的响应。
我的请求URL:
https://www.google.com/m8/feeds/contacts/default/full?format=json
这就是我现在如何尝试,但它不工作,即使添加format=json后,我得到XML响应。
要获得json响应,我们必须使用Alt而不是format
https://www.google.com/m8/feeds/contacts/default/full? alt = json