Skip to content
FeedbackDashboard

Shared

ModelsExpand Collapse
Commit = object { repo, sha }
repo: object { branch, name, owner }
branch: string
name: string
owner: string
sha: string
FileInput = object { content } or object { url }
Accepts one of the following:
Content = object { content }
content: string

File content

URL = object { url }
url: string

URL to fetch file content from

Target = "node" or "typescript" or "python" or 8 more
Accepts one of the following:
"node"
"typescript"
"python"
"go"
"java"
"kotlin"
"ruby"
"terraform"
"cli"
"php"
"csharp"