uploadcare/pyuploadcare

Delete file method should not only UUIDs, but the mix of UUIDs, CDN URLs and File instances

dmitry-mukhin opened this issue · 1 comments

Brief description of the feature and motivation behind it

Motivated by #196

User has to cast Files to UUIDs which can be cumbersome and unintuitive.
We can safely cast this inside the client/api instance.

Looks like it was already done in #218

Commit: 2f177c9