-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
convert REST API to use requests library
Switch the REST API implementation over to the requests python library. This will make it easier to handle things like pagination in future changes. This adds a new dependency to the pwclient. However this is a well known python library, and is even mentioned in the patchwork API documentation itself. Signed-off-by: Jacob Keller <[email protected]>
- Loading branch information
1 parent
88adfe2
commit 4cb4036
Showing
2 changed files
with
50 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
importlib_metadata;python_version<'3.8' | ||
requests |