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.
在 Socrata 将其 API 从 1.0 版更新到 2.0 版后,我无法发布请求。我更改了 dev.socrata.com 上提到的 URL 格式。我可以通过网络浏览器获取和查看数据,但不能通过我的应用程序。我对 SODA API 2.0 的 POST 请求中还有什么需要更改的吗?
使用 SODA 2.0,不再需要 POST 来执行查询。所有查询现在都通过 HTTP GET 请求执行。
这是一个快速入门文档,可能会有所帮助:
http://beta.dev.socrata.com/consumers/getting-started/