Skip to content
Ona Docs

Editors

ListEditors
client.Editors.List(ctx, params) (*EditorsPage[Editor], error)
POST/gitpod.v1.EditorService/ListEditors
ResolveEditorURL
client.Editors.ResolveURL(ctx, body) (*EditorResolveURLResponse, error)
POST/gitpod.v1.EditorService/ResolveEditorURL
GetEditor
client.Editors.Get(ctx, body) (*EditorGetResponse, error)
POST/gitpod.v1.EditorService/GetEditor
ModelsExpand Collapse
type Editor struct{…}
ID string
formatuuid
InstallationInstructions string
Name string
URLTemplate string
Alias stringOptional
IconURL stringOptional
ShortDescription stringOptional
Versions []EditorVersionOptional

versions contains the list of available versions for this editor

Version string

version is the version string of the editor Examples for JetBrains: 2025.2

type EditorVersion struct{…}
Version string

version is the version string of the editor Examples for JetBrains: 2025.2