Last updated 1 year ago
Checks if the Github App is installed for this user or not
Github Username of the user whose permissions have to check
Successful response
const response = await fetch('https://api-a.meroku.store/app/{ghID}/installed', { method: 'GET', headers: {}, }); const data = await response.json();
{ "isInstalled": false }