Closed Andrapyre closed 7 months ago
This PR introduces error types for the request module and updates the readme so that the versions numbers reflect the upcoming release.
It also removes the uploadBundle in the requests module and replaces it with two methods: uploadBundleFromFile and uploadBundleFromBytes.
uploadBundle
uploadBundleFromFile
uploadBundleFromBytes
Finally, it adds timeout parameters to the requests client.
Description
This PR introduces error types for the request module and updates the readme so that the versions numbers reflect the upcoming release.
It also removes the
uploadBundle
in the requests module and replaces it with two methods:uploadBundleFromFile
anduploadBundleFromBytes
.Finally, it adds timeout parameters to the requests client.