Editors
editors
Methods
List Editors -> EditorsPage<{ id, alias, iconUrl, 4 more... }>
post/gitpod.v1.EditorService/ListEditors
ListEditors lists all editors available to the caller
Resolve Editor URL -> { url }
post/gitpod.v1.EditorService/ResolveEditorURL
ResolveEditorURL resolves the editor's URL for an environment
Get Editor -> { editor }
post/gitpod.v1.EditorService/GetEditor
GetEditor returns the editor with the given ID
Security
Bearer Auth
Example: Authorization: Bearer My Bearer Token
Response fields
editor: { id, alias, iconUrl, 4 more... }
Optional
editor contains the editor
Request example
200Example