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.
我想知道是否有人知道通过 YQL 公开已经公开的 API(例如 LinkedIn)的方法。
已经这样做的人的任何想法/见解将不胜感激!
谢谢!
是的 :) 如果您单击YQL 控制台右侧的“社区表”,您可以看到其他人已经为现有 API 创建了 600 多个表。
查看http://datatables.org/以获取有关如何构建它们的更多信息(您基本上制作了一个描述 API 结构的 XML 文件,然后将其提交到 github)。