Imgur / imgurpython

Official Imgur python client library (deprecated)
MIT License
544 stars 116 forks source link

Update upload() method and more #98

Open kairi003 opened 3 years ago

kairi003 commented 3 years ago

This patch updates the upload() method to upload raw binary file. In line with this, the make_request() method is used to migrate the file-like object of data['image'] to the files dict when necessary. fixes #99