Documentation - Meteor
HTTP.call("POST", "http://api.twitter.com/xyz",
{data: {some: "json", stuff: 1}},
function (error, result) {
if (!error) {
Session.set("twizzled", true);
}
});
<||
>|js|
Meteor.http.call("POST", "http://api.twitter.com/xyz", {data: {some: "json" stuff: 1}},
function (error, result) {
if (!error) {
Session.set("twizzled", true);
}
});
Meteor.http ãHTTPãæ±ããæ§ãªã®ã§å®éã¯ãããªæ¸ãæ¹ã«ãªãã
ä¸è¨ãããã¾ãã
[https://github.com/froatsnook/meteor-request:embed:cite]
cliant ã§ä¸¡æ¹ã試ãããã§ããã