uploadcare/uploadcare-php

Merge (unite) methods from FileAPI and UploadAPI

Closed this issue · 0 comments

It's logical to use methods for work with files (or groups) without split it for different working objects. Right now user should call Uploader for create file group and Api for modify it.

We should make the one universal interface for access to all methods of both API's for working with all entities — files, groups, etc.