Conceptually, integrate 3rd party REST APIs can be as simple as adding the http package and making a call to the external endpoint.
http
meteor add http
HTTP.get('http://foo.net/api/bar/');