meteor 基本 HTTP 调用

例子

从概念上讲,集成 3rd 方 REST API 可以像添加http包和调用外部端点一样简单。

meteor add http
HTTP.get('http://foo.net/api/bar/');