Skip to content

Commit 3f109f5

Browse files
mbogosianposita
authored andcommitted
Remove support for obsolete API v1
1 parent 91d48fe commit 3f109f5

File tree

8 files changed

+24
-2953
lines changed

8 files changed

+24
-2953
lines changed

README.rst

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -108,14 +108,6 @@ Now, run the included script:
108108
109109
$ ./generate_base_client.py
110110
111-
Upgrading from v1
112-
-----------------
113-
114-
To ease the transition to the new API and SDK, you can still use the old
115-
``dropbox.client.DropboxClient`` class. In fact, v2 and v1 can be used
116-
simultaneously. Support for the old client will be dropped once the new SDK is
117-
at functional parity.
118-
119111
Testing
120112
-------
121113

@@ -135,9 +127,3 @@ variable.
135127
.. code-block:: console
136128
137129
$ DROPBOX_TOKEN=... DROPBOX_TEAM_TOKEN=... tox
138-
139-
If you only want to test the API v2 client, use:
140-
141-
.. code-block:: console
142-
143-
$ DROPBOX_TOKEN=... DROPBOX_TEAM_TOKEN=... tox -- -k TestDropbox

dropbox/__init__.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,3 @@
22

33
from .dropbox import __version__, Dropbox, DropboxTeam, create_session # noqa: F401
44
from .oauth import DropboxOAuth2Flow, DropboxOAuth2FlowNoRedirect # noqa: F401
5-
6-
# Compatibility with the deprecated v1 client.
7-
from . import client, rest, session # noqa: F401

0 commit comments

Comments
 (0)