Advertisement
Guest User

zapier

a guest
Jun 2nd, 2018
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.20 KB | None | 0 0
  1. fetch('http://sauertracker.net/api/v2/server/172.222.141.41/24785')
  2.  
  3.   .then(function(res) {
  4.     return res.json();
  5.   })
  6.   .then(function(json) {
  7.     callback(null, json);
  8.   })
  9.   .catch(callback);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement