mailcow / mailcow-apiblueprint

The official mailcow API documentation
5 stars 7 forks source link
api api-documentation mailcow mailserver

mailcow-apiblueprint

:warning: This project is deprecated and has been replaced by openapi docs can be found at your mailcow at /api or https://demo.mailcow.email/api/

Build Status

This project aims to provide the API documention for the mailcow: dockerized API.

How to generate the API documention

To generate the API documention from the apiary.apib file, you can simply execute following one-liner:

docker build . -t snowboard:latest
docker run -it --rm -v $PWD:/doc snowboard:latest snowboard html -o output.html -c config.yaml apiary.apib