API ReferenceGit
Get repository information
Retrieve information about a specific repository, including its ID, name, and default branch.
curl -X GET "https://api.freestyle.sh/git/v1/repo/string"{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "my-repo",
"accountId": "3d07c219-0a88-45be-9cfc-91e9d095a1e9",
"visibility": "public",
"defaultBranch": "string"
}Empty
Empty
Empty
Empty