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.
我想在我去编辑它们之前离线保存我的一些管道的副本,并且将来可能会再次从外部源重新加载它们。
这可以做到吗?
是的。在管道编辑页面中打开一个 Firebug 控制台并输入dump()
dump()
它将打开另一个窗口,其中包含管道的 JSON 转储。
由你来解释这个或从这个 JSON 重新加载管道:-)
如果有人只需要导出,您也可以像这样发出 HTTP 请求:
http://pipes.yahoo.com/pipes/pipe.info?_id={THE_PIPE_ID}&_out=json&format=json