cURL
curl --request GET \ --url http://localhost:5173/api/system.git-info \ --cookie apiKeys=
{ "local": { "branch": "<string>", "commit": "<string>" }, "github": { "repos": [ {} ], "organizations": [ {} ] } }
Returns local and GitHub repository information including repos, organizations, and activity.
Cookie-based authentication storing API keys and provider settings
Git information
Show child attributes
Was this page helpful?