servers
Get repository connection
Get the connected GitHub repository, if one exists.
get/servers/{qualifiedName}/repo
Path parameters
qualifiedNamestring required
The server's qualified name (e.g. 'namespace/server' or 'namespace' for namespace-only servers). Use %2F to encode the slash.
Response
Repository connection found
Example response
{
"repoOwner": "octocat",
"repoName": "hello-world",
"baseDirectory": ".",
"branch": "main",
"autoDeploy": true,
"type": "github"
}