Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

Latest commit

 

History

History
36 lines (26 loc) · 814 Bytes

README.md

File metadata and controls

36 lines (26 loc) · 814 Bytes

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

Initial setup

git clone https://github.com/pboivin/twill-api.git
cd twill-api
git submodule update --init
composer install

Generate the documentation

php vendor/bin/doctum.php update config.php

Access the documentation locally

php -S 0.0.0.0:8000 -t docs/2.x/

Visit localhost:8000 in your Web browser.