我想知道是否有办法使用 .csv 格式而不是 .json 格式发送 DELETE 请求?
API 参考:http ://dev.socrata.com/publishers/direct-row-manipulation.html
HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8
Date: Thu, 27 Mar 2014 00:48:42 GMT
[
{
"typ": "delete",
"id": "row-evac~sxbs~gm8t"
}
]
我尝试了一些类似的东西:
typ, id
delete, row-evac~sxbs~gm8t
无济于事。