Skip to content

Eclipse Dirigible API

Eclipse Dirigible API Portal provides the most recent information about the Enterprise JavaScript API availability, versions and status.

API

Hello World

  1. Create new project: hello-world
  2. Create new file: hello-world.mjs
  3. Copy and paste the sample code.
  4. Save the changes.
  5. See the result in the Preview tab.
    import { response } from "sdk/http";
    
    response.println("Hello World!");
    

Next Steps

Explore some of the following core APIs: