Skip to content

Instantly share code, notes, and snippets.

@cfjedimaster
Created August 28, 2024 17:17
Show Gist options
  • Save cfjedimaster/522f3c3820b7ce2a472e65c4dc75e19f to your computer and use it in GitHub Desktop.
Save cfjedimaster/522f3c3820b7ce2a472e65c4dc75e19f to your computer and use it in GitHub Desktop.
// "result" is the data from the last check of the job url
let dataReq = await fetch(result.asset.downloadUri);
let data = await dataReq.json();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment