Commit 8dd53e8f by Manzar Hussain

Merge branch 'feature-theme' into 'develop'

update ajax

See merge request manzarH/dic-global-dev!578
parents 47e7a861 6cba9a09
......@@ -241,7 +241,21 @@
});
}
const settings = {
"async": true,
"crossDomain": true,
"url": "https://apidojo-yahoo-finance-v1.p.rapidapi.com/stock/v2/get-financials?symbol=DICIND.BO&region=IN",
"method": "GET",
"headers": {
"x-rapidapi-key": "71595d71fdmsh59db2218deaaf67p15e9e8jsnca220a779910",
"x-rapidapi-host": "apidojo-yahoo-finance-v1.p.rapidapi.com"
}
};
$.ajax(settings).done(function (response) {
console.log(response);
});
})(jQuery);
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment