メモ
js
var parm = {name:"test", email:"xxx@xxx.com" }
d3.json("http://hoge.com/api")
.header("Content-Type", "application/json")
.post(JSON.stringify(parm), function(error, data) {
console.log(data);
});
Go to list of users who liked
More than 5 years have passed since last update.
メモ
var parm = {name:"test", email:"xxx@xxx.com" }
d3.json("http://hoge.com/api")
.header("Content-Type", "application/json")
.post(JSON.stringify(parm), function(error, data) {
console.log(data);
});
Register as a new user and use Qiita more conveniently
Go to list of users who liked