Skip to content

jiuyangzhao/dropbox-api-v2-explorer

 
 

Repository files navigation

Dropbox API v2 Explorer

A client-side web app that lets you mess around with the Dropbox API v2.

Live demo.

License: MIT

Development

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"):

  1. # npm install
  2. # ./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:

About

Dropbox API v2 Explorer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 93.7%
  • Python 2.9%
  • CSS 1.9%
  • Other 1.5%