Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove testing dependency on requests #124

Open
Jaymon opened this issue Mar 1, 2024 · 1 comment
Open

Remove testing dependency on requests #124

Jaymon opened this issue Mar 1, 2024 · 1 comment

Comments

@Jaymon
Copy link
Owner

Jaymon commented Mar 1, 2024

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
Copy link
Owner Author

Jaymon commented Mar 12, 2024

If I wanted to switchover to an async like requests library, here are some options:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant