Skip to content

Commit a535411

Browse files
Guido van RossumKannan Goundan
authored andcommitted
Add support for Dropbox API v2.
1 parent 89f60c2 commit a535411

18 files changed

+1733
-10
lines changed

.arcconfig

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"project_id" : "Dropbox Java SDK",
3+
"conduit_uri" : "https://tails.corp.dropbox.com/api/",
4+
"copyright_holder" : "Dropbox",
5+
"repository.callsign": "APISDKJAVANEW",
6+
"immutable_history": false
7+
}

.gitmodules

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[submodule "spec"]
2+
path = spec
3+
url = git@github.com:dropbox/dropbox-api-spec.git
4+
[submodule "babel"]
5+
path = babel
6+
url = repo@tails.corp.dropbox.com:diffusion/BABEL/babel.git

babel

Submodule babel added at 8b8c17b

generator/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/__pycache__

0 commit comments

Comments
 (0)