js-extensions

JavaScript Extensions

Repository which contains sample JavaScript extensions for HAL. You can try the extensions using the latest version of HAL.next:

  1. Switch to tab ‘Management’
  2. Select ‘Extensions’ and click the add icon
  3. Specify the URL to <sample>/extension.json. Currently there are two samples extensions available:
    1. WhoAmI: Shows details about the current user
    2. Log Level: Changes the log level of the root logger and the console handler.
  4. Verify extension metadata
  5. Click finish

Please note:
The examples in this repository are written in ES6. You’ll need a modern browser run them.