Skip to content

rd-astros/hiring-resources

Repository files navigation

Sample code below has been tested successfully in a JSFiddle:

Ajax call to fetch pitches

$.ajax({
  type: "GET",
  url: "https://raw.githubusercontent.com/rd-astros/hiring-resources/master/pitches.json",
  data: [],
  success: function(res) {
    const json = $.parseJSON(res);
    const pitches = json.queryResults.row;
  }
});

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published