Created
May 27, 2024 02:47
-
-
Save rafirh/3bbfa7499a61ae50f097e33a52be93b2 to your computer and use it in GitHub Desktop.
dump
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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