This repository contains an OpenAPI 3 specification of the Kivra API. An interactive version of the documentation is hosted on https://developer.kivra.com.
Note: The interactivity and presentation is all done in JS in the browser. This means the YAML is served as is from the source. There is no transformation of the file, so e.g. any comments are included.
This project is deployed automatically by Clould Build when a commit is pushed to master
.
The Trigger can be found here and triggered builds can be found here.
$ docker-compose up
The site is hosted locally at http://localhost:3080
.
Now you can edit the swagger.yaml
and just refresh the browser to see your changes.