-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor client for parallel usage (#5)
* Fix information tab (#7) * feat: refactor client for parallel usage (#8) To make sure that concurrent calls for get and request can be made, it is easier to move some of the logic from the class level to the function level. For example, this will ensure that the data retrieved after a request is always associated to this specific request Tests are also modified to ensure that the package is still tested. Signed-off-by: polnico <[email protected]> --------- Signed-off-by: polnico <[email protected]> Co-authored-by: polnico <[email protected]>
- Loading branch information
1 parent
bfbc24f
commit df2b001
Showing
3 changed files
with
82 additions
and
174 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
Oops, something went wrong.