endpoints icon indicating copy to clipboard operation
endpoints copied to clipboard

Remove testing dependency on requests

Open Jaymon opened this issue 4 months ago • 1 comments

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.

Jaymon avatar Mar 01 '24 00:03 Jaymon