The api project works to define web service api endpoints with http://swagger.io
install:
- git clone https://github.com/OpenTransitTools/api.git
- cd api
- git update-index --assume-unchanged .pydevproject
- buildout
run:
- ./build.sh
- this will either: start bindings/html/index.html -or- open bindings/html/index.html
view (alt):
- python -m SimpleHTTPServer 80
- start http://localhost/bindings/html/index.html -or- open http://localhost/bindings/html/index.html