Skip to content

Instantly share code, notes, and snippets.

@karamansky
Last active December 26, 2022 13:18
Show Gist options
  • Save karamansky/4f1da67dd921bbd885d44d49959a14d6 to your computer and use it in GitHub Desktop.
Save karamansky/4f1da67dd921bbd885d44d49959a14d6 to your computer and use it in GitHub Desktop.
var request = new XMLHttpRequest();
request.open('GET', api_url + '/images?matchingId=' + apartment_id, false);
request.send(null);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment