Eclipse Dirigible™ API
Eclipse Dirigible™ API Portal provides the most recent information about the Enterprise JavaScript API availability, versions and status. The Guidelines how to develop your own APIs can be found at: https://github.com/eclipse/dirigible/wiki/api-v4-guidelines.
Hello World
- Create new project:
hello-world
- Create new file:
hello-world.js
- Copy and paste the sample code.
- Save the changes.
- See the result in the
Preview
tab.const response = require("http/response"); response.println("Hello World!");
Next Steps
Explore some of the following core APIs: