Skip to content

Instantly share code, notes, and snippets.

View debasishbsws's full-sized avatar
🛡️
Building and Fixing

Debasish Biswas debasishbsws

🛡️
Building and Fixing
View GitHub Profile
@debasishbsws
debasishbsws / pinnedRepositories
Last active May 28, 2022 11:05 — forked from DuvanVilladiego/pinnedRepositories
Github graphql Api pinned repositories
//Get data from the Github GraphQl api
async function get_repo() {
try {
fetch('https://api.github.com/graphql', {
method: 'post',
headers: {
Authorization: `key,
'Content-Type': 'application/json'
},
body: JSON.stringify({