For more information about the DINA Project, please visit the DINA wiki.
The .apib
format is a markdown format that allows for various tooling. A Makefile
is provided that for example can be used to render and validate guidelines written in API Blueprint format.
Usage:
# validate, generate report and HTML versions
make APIB=DINA-Web-API-Guidelines.apib
# run tests
make APIB=DINA-Web-API-Guidelines.apib test
# clean up
make down
make clean