Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 703 Bytes

File metadata and controls

21 lines (14 loc) · 703 Bytes

Eclipse Ditto :: Documentation :: OpenAPI Specification

This folder contains the OpenAPI OpenAPI Specification version 2 documentation for Eclipse Ditto.

You can view it as nicely rendered HTML by importing the file for API version 2 into the Swagger Online Editor.

Extend/update api docs

To extend or update the OpenAPI of Ditto you can add or change the files in the sources directory.

Build api docs

  1. Install swagger-cli: $ cd sources && npm install
  2. Build bundled docs:
// go to sources
$ cd sources

// run build
$ npm run build