-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.js
More file actions
17 lines (13 loc) · 698 Bytes
/
Copy pathindex.js
File metadata and controls
17 lines (13 loc) · 698 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
//$function()({
//https://apitest.sewadwaar.rajasthan.gov.in/app/live/Service/hofAndMember/ForApp/WDYYYGG?client_id=
function funA(){
//const endpoint = 'https://apitest.sewadwaar.rajasthan.gov.in/app/live/Service/hofAndMember/ForApp/WDYYYGG?client_id=ad7288a4-7764-436d-a727-783a977f1fe1'; const names = []; fetch(endpoint) .then(blob => blob.json()) .then(data => names.push(...data));
window.alert("wel");
}
$.ajax({
url: 'https://apitest.sewadwaar.rajasthan.gov.in/app/live/Service/hofAndMember/ForApp/WDYYYGG?client_id=ad7288a4-7764-436d-a727-783a977f1fe1',
//url:'http://jsonplaceholder.typicode.com/photos',
success: funA
});
//funA();
//ad7288a4-7764-436d-a727-783a977f1fe1