servers
Get server repository connection
Get the GitHub repository connection for a server, if one exists.
get/servers/{namespace}/{server}/repo
Path parameters
namespacestring required
serverstring required
Response
Repository connection found
Example response
{
"repoOwner": "octocat",
"repoName": "hello-world",
"baseDirectory": ".",
"branch": "main",
"autoDeploy": true,
"type": "github"
}