Twill API docs are now accessible at twill.io/docs/api — this repository just for testing.
API browser for Twill
Branches: 1.1 | 1.2 | 2.x | master
git clone https://github.com/pboivin/twill-api.git
cd twill-api
git submodule update --init
composer install
php vendor/bin/doctum.php update config.php
php -S 0.0.0.0:8000 -t docs/2.x/
Visit localhost:8000 in your Web browser.