将您自己的 API 暴露给 YQL
我想知道是否有人知道如何通过 YQL 公开已经公开的 API(例如 LinkedIn 的)。
已经完成此操作的人的任何想法/见解将不胜感激!
谢谢!
I was wondering if someone knows a way to expose an already public API (e.g. LinkedIn's) through YQL.
Any ideas / insight of someone who has already done this would be appreciated!
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的:)如果您点击 YQL 控制台右侧的“社区表”,您可以看到其他人已经为现有 API 制作了 600 多个表。
查看 http://datatables.org/ 了解有关如何构建它们的更多信息(您基本上会创建一个 XML 文件描述 API 的结构,然后将其提交到 github)。
Yup :) If you click "Community Tables" on the right of the YQL Console you can see there are already over 600 tables made by other people for existing APIs.
Check out http://datatables.org/ for more information on how to build them (you basically make an XML file describing the structure of the API and then commit it to github).