Skip to content

Instantly share code, notes, and snippets.

@NotTimTam
Created June 14, 2023 21:13
Show Gist options
  • Save NotTimTam/1048102b7590a910452745046aa0e240 to your computer and use it in GitHub Desktop.
Save NotTimTam/1048102b7590a910452745046aa0e240 to your computer and use it in GitHub Desktop.
A list of the API repository paths on common Git platforms.
{
"github": "https://api.github.com/repos/:owner/:repo",
"gitlab": "https://gitlab.com/api/v4/projects/:repo",
"bitbucket": "https://api.bitbucket.org/2.0/repositories/:owner/:repo",
"azuredevops": "https://dev.azure.com/:owner/repositories/:repo",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment