params: {
"User-Agent": "your@email.com"
, "Accept": "application/json"
, "charset": "utf-8"
, "profile" : "https://www.mediawiki.org/wiki/Specs/Summary/1.3.7"
}
}, function( error, response ) {
if ( error ) {
console.log( error );
} else {
console.log( response.data );
}
});
No comments:
Post a Comment