Installed

GH App Installed?

get
/app/{ghID}/installed

Checks if the Github App is installed for this user or not

Path parameters
ghIDstringRequired

Github Username of the user whose permissions have to check

Responses
200

Successful response

application/json
get
/app/{ghID}/installed
GET /app/{ghID}/installed HTTP/1.1
Host: api-a.meroku.store
Accept: */*
200

Successful response

{
  "isInstalled": true
}

Last updated