How to write a HTTP Request in Meteor?

I just find Meteor.methods and Meteor.call in Meteor API, but I want write a post or get methods given to another App invoke. what should I do?

Have you checked the documentation?

Pretty easy to find.

2 Likes

I find resolve method, thanks!
meteor-restivus