integration with aiohttp
ConstantinoSchillebeeckxSimpleRose opened this issue · 2 comments
ConstantinoSchillebeeckxSimpleRose commented
I'm switching some of my HTTP calls from requests
to aiohttp
which uses BasicAuth - is there any way of using this library with aiohttp
?
DavidMuller commented
This package targets requests
specifically - indeed AWSRequestsAuth
inherits from requests.auth.AuthBase
. No current public interfaces that work with other packages
ConstantinoSchillebeeckxSimpleRose commented
Alrighty thanks!
BTW the link to the requests
package in the README is bad.