tree: 0d82ef8f055eabacddd705fb2ae7c915e6098819 [path history] [tgz]
  1. sources/
  2. ditto-api-2.yml
  3. README.md
2.0/openapi/README.md

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

// only v2
$ npm run build-v2

// both
$ npm run build