http://reqr.es/ api
by Akram kamal
HTML
http://reqr.es/api/products/3
JavaScript
$.ajax({
url: "http://reqr.es/api/products/3",
success: function(response){
console.log(response.data.name);
}
});
by Akram kamal
http://reqr.es/api/products/3
$.ajax({
url: "http://reqr.es/api/products/3",
success: function(response){
console.log(response.data.name);
}
});