Skip to content

Instantly share code, notes, and snippets.

View talhabalaj's full-sized avatar
🎯
Focusing

Talha Balaj talhabalaj

🎯
Focusing
View GitHub Profile
async function search_data(model) {
return await (await fetch("https://lms.uet.edu.pk/web/dataset/search_read", {
"headers": {
"accept": "application/json, text/javascript, */*; q=0.01",
"accept-language": "en-US,en;q=0.9",
"cache-control": "no-cache",
"content-type": "application/json",
"pragma": "no-cache",
"sec-fetch-dest": "empty",
"sec-fetch-mode": "cors",