cURL
curl --request GET \ --url http://localhost:5173/api/github-template \ --cookie apiKeys=
{ "files": {} }
Retrieves template files from a GitHub repository for project initialization.
Cookie-based authentication storing API keys and provider settings
GitHub repository in format 'owner/repo'
Template files
Show child attributes
Was this page helpful?