mailcow / mailcow-apiblueprint

The official mailcow API documentation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mailcow-apiblueprint

⚠️ 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

About

The official mailcow API documentation


Languages

Language:HTML 99.9%Language:Shell 0.1%Language:API Blueprint 0.0%Language:Dockerfile 0.0%