Skip to content

Commit 236b309

Browse files
authored
Revert "Creates stateless version of OAuth 2 functions in generic case" (#38)
Reverts #34 See discussion: #37 (comment)
1 parent eeda4e2 commit 236b309

11 files changed

Lines changed: 8 additions & 247 deletions

File tree

README.md

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

33
Python library for authorizing access and fetching personal data from portability APIs and services
44

5-
## Using `pardner`
6-
7-
### With classes
8-
9-
In `services/` you'll find classes defined for different services that are supported by the library (e.g., Tumblr). You can make an instance of that class and use that same object for getting initial authorization from a user and for making data transfer requests.
10-
11-
### Stateless mode
12-
13-
In `stateless/` there are modules that expose functions grouped by service that allow you to complete the same tasks as in the classes described above. Unlike using pardner with the classes we provide, however, you supply the necessary data each time you make a request for each request.
14-
155
## Developer set-up
166

177
> **tl;dr**:

src/pardner/stateless/__init__.py

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/pardner/stateless/base.py

Lines changed: 0 additions & 71 deletions
This file was deleted.

src/pardner/stateless/utils.py

Lines changed: 0 additions & 35 deletions
This file was deleted.

tests/__init__.py

Whitespace-only changes.

tests/conftest.py

Lines changed: 0 additions & 18 deletions
This file was deleted.

tests/test_stateless/__init__.py

Whitespace-only changes.

tests/test_stateless/test_base.py

Lines changed: 0 additions & 74 deletions
This file was deleted.

tests/test_stateless/test_utils.py

Lines changed: 0 additions & 33 deletions
This file was deleted.

tests/test_transfer_services/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)