Skip to content
Get started

Shared

ModelsExpand Collapse
class Commit:
Repo repo
String branch
String name
String owner
String sha
class FileInput: A class that can be one of several variants.union
Content
String content

File content

Url
String url

URL to fetch file content from

enum Target:
NODE("node")
TYPESCRIPT("typescript")
PYTHON("python")
GO("go")
JAVA("java")
KOTLIN("kotlin")
RUBY("ruby")
TERRAFORM("terraform")
CLI("cli")
PHP("php")
CSHARP("csharp")