Replies: 4 comments 4 replies
-
@chriskapp there is nothing at the moment, the following issue might provide more information for you: #3396 |
Beta Was this translation helpful? Give feedback.
-
Thanks for the information. I have found an API documentation about Eclipse-Orion https://wiki.eclipse.org/Orion/Server_API which is used by Eclipse Che, Iam not really sure about the relationship to Eclipse Theia but is this probably the same Backend API? |
Beta Was this translation helpful? Give feedback.
-
Backend APIs are JSON-RPC protocols wrapped in statically typed Typescript interfaces, look for files named Are you looking for particular? What for? |
Beta Was this translation helpful? Give feedback.
-
So we are currently working on an API management system where we need the capabilities to edit files via the web. For this we would like to use a full fledged editor like Theia. We need basic file editing, git and a shell. But your hint is already very valuable and it is great that Theia uses JSON-RPC. Is this served over web-sockets or does this work with plain HTTP, since in our case we are limited to HTTP. |
Beta Was this translation helpful? Give feedback.
-
Hi, Iam just curious is there an OpenAPI specification which describes the basic API endpoints, which can be used i.e. to implement the server side of the IDE in another language instead of NodeJS?
Beta Was this translation helpful? Give feedback.
All reactions