Features/async enabler
Type of change
- [] Bug Fix
-
Feature
Does this introduce a change in the core logic?
- [No]
Does this introduce a change in the cloud provider implementation, if so which cloud?
-
AWS -
Azure -
GCP -
IBM
Updates description?
Describe your code changes in details for reviewers (links on Gitlab issues, etc.)
Add possibility to do async requests for the search and storage apis.
New methods are being added without changing the existing.
The baseclient constructor features a new parameter : an httpx client This allows us to pass the httpx client with options such as proxy, ssl verification for more flexibility while using the async methods.