A client-side web app that lets you mess around with the Dropbox API v2.
License: MIT
Make sure you have Node.js
Run git submodule init
followed by a git submodule update
to pull in the spec and stone sub repos.
Initial setup (and every time you do a "git pull"):
# npm install
# ./node_modules/.bin/tsd install
(for Typescript definition files)
Generate endpoint definition from stone spec:
cd codegen
./run_codegen.sh
Building:
# npm run build
(builds once; output goes in "build/")# npm run watch
(builds continuously; server available at http://localhost:8042)
Deployment:
- Replace gh-pages branch of https://github.com/dropbox/dropbox-api-v2-explorer with output under "build/"