Skip to content

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.

API

Hello World

  1. Create new project: hello-world
  2. Create new file: hello-world.js
  3. Copy and paste the sample code.
  4. Save the changes.
  5. 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: