Skip to main content
GET
/
api
/
github-template
Fetch GitHub repository template files
curl --request GET \
  --url http://localhost:5173/api/github-template \
  --cookie apiKeys=
{
  "files": {}
}

Documentation Index

Fetch the complete documentation index at: https://codinit.dev/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

apiKeys
string
cookie
required

Cookie-based authentication storing API keys and provider settings

Query Parameters

repo
string
required

GitHub repository in format 'owner/repo'

Response

Template files

files
object