Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 300 Bytes

JavaScript-jQuery.md

File metadata and controls

15 lines (14 loc) · 300 Bytes
var settings = {
  "async": true,
  "crossDomain": true,
  "url": "https://api.storyblok.com/v1/cdn/stories/home?token=xs8KfuZGvQVOM824AFUQDQtt",
  "method": "GET",
  "headers": {
    "cache-control": "no-cache"
  }
}

$.ajax(settings).done(function (response) {
  console.log(response);
});