Editors
ListEditors
client.editors.list(EditorListParams { token, pageSize, filter, pagination } params, RequestOptionsoptions?): EditorsPage<Editor { id, installationInstructions, name, 5 more } >
POST/gitpod.v1.EditorService/ListEditors
ResolveEditorURL
client.editors.resolveURL(EditorResolveURLParams { editorId, environmentId, organizationId, version } body, RequestOptionsoptions?): EditorResolveURLResponse { url }
POST/gitpod.v1.EditorService/ResolveEditorURL
GetEditor
client.editors.retrieve(EditorRetrieveParams { id } body, RequestOptionsoptions?): EditorRetrieveResponse { editor }
POST/gitpod.v1.EditorService/GetEditor