Last updated 1 year ago
Get the URL where Github app can be installed
successful
const response = await fetch('https://api-a.meroku.store/app/installUrl', { method: 'GET', headers: {}, }); const data = await response.json();
{ "url": "https://example.com" }