Reads Trello's crappy API documentation pages and generates a swagger file.
pip install beautifulsoup4
./generate_swagger_TrelloAPI.py
dev/http_cors_server.py
Open your browser to localhost:8000
cd ~/projects
wget -O swagger.zip https://github.com/swagger-api/swagger-ui/archive/master.zip
unzip swagger.zip
mv swagger-ui-master swagger-ui
mv swagger.zip swagger-ui
cd swagger-ui
edit dist/index.html
line #32 replacing ...
url = "http://petstore.swagger.io/v2/swagger.json";
... with ...
url = "http://localhost:8000/TrelloAPI.json";
Open a second tab in your browser to the local file address file :
file:///home/yourself/projects/swagger-ui/dist/index.html