Skip to content

Instantly share code, notes, and snippets.

@rafirh
Created May 27, 2024 02:47
Show Gist options
  • Save rafirh/3bbfa7499a61ae50f097e33a52be93b2 to your computer and use it in GitHub Desktop.
Save rafirh/3bbfa7499a61ae50f097e33a52be93b2 to your computer and use it in GitHub Desktop.
dump
// test api, show to console https://api-portal-jatim.pisdev.my.id/api/users
// jquery request
$.ajax({
url: 'https://klinikhoaks.jatimprov.go.id/api/mobile/getjmlhoaksytd',
type: 'GET',
success: function(response) {
console.log(response);
},
error: function(xhr) {
console.log(xhr);
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment