Shared
ModelsExpand Collapse
class Commit: …
class Commit: …
repo: Repo
repo: Repo
branch: str
name: str
owner: str
sha: str
Accepts one of the following:
class Content: …
class Content: …
content: str
content: str
File content
class URL: …
class URL: …
url: str
url: str
URL to fetch file content from
Target = Literal["node", "typescript", "python", 8 more]
Target = Literal["node", "typescript", "python", 8 more]
Accepts one of the following:
"node"
"typescript"
"python"
"go"
"java"
"kotlin"
"ruby"
"terraform"
"cli"
"php"
"csharp"