Datatypes's HTTPClient has most of the features, including making the basic request header. I think it's only missing the functionality to upload files found in endpoints.client.HTTPClient.post_file, if I add that to datatypes's client then I think I can remove the dependency on requests with very little work since Datatypes's client is designed to be a simple drop in replacement.
Datatypes's
HTTPClient
has most of the features, including making the basic request header. I think it's only missing the functionality to upload files found inendpoints.client.HTTPClient.post_file
, if I add that to datatypes's client then I think I can remove the dependency on requests with very little work since Datatypes's client is designed to be a simple drop in replacement.