Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 0 additions & 14 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -108,14 +108,6 @@ Now, run the included script:

$ ./generate_base_client.py

Upgrading from v1
-----------------

To ease the transition to the new API and SDK, you can still use the old
``dropbox.client.DropboxClient`` class. In fact, v2 and v1 can be used
simultaneously. Support for the old client will be dropped once the new SDK is
at functional parity.

Testing
-------

Expand All @@ -135,9 +127,3 @@ variable.
.. code-block:: console

$ DROPBOX_TOKEN=... DROPBOX_TEAM_TOKEN=... tox

If you only want to test the API v2 client, use:

.. code-block:: console

$ DROPBOX_TOKEN=... DROPBOX_TEAM_TOKEN=... tox -- -k TestDropbox
3 changes: 0 additions & 3 deletions dropbox/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,3 @@

from .dropbox import __version__, Dropbox, DropboxTeam, create_session # noqa: F401
from .oauth import DropboxOAuth2Flow, DropboxOAuth2FlowNoRedirect # noqa: F401

# Compatibility with the deprecated v1 client.
from . import client, rest, session # noqa: F401
Loading