Lead maintainer: Buğra Ekuklu
You can utilize the generate_docs shell script to generate the
merged documentation YAML file.
- Node 8.0.2 (or later)
- NPM 6.0.0 (or later)
$ ./generate_docsThe command will install
json-refspackage globally, if it does not exist.
You can find the generated YAML files under build folder in root directory of the project.
There ought to be two seperate files for specification declarations.
http.ymlfor HTTP API,ws.ymlfor Streaming API.
You can use AsyncAPI Playground to see a human-readable rendering of the Streaming API, or Swagger Editor for the HTTP API.