-
Notifications
You must be signed in to change notification settings - Fork 41
Closed
Labels
HacktoberfestenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
New APIs have been added to manage files & folders in the ImageKit Media library.
The SDK should have wrapper functions and test case for the following APIs:
- Getting image metadata using URL for an image file. Change the existing function to accept both
fileIdand remote URL. If the value is a URL, internally call the right API endpoint. - Bulk add or remove tags.
- Copy or move files.
- Copy or move folder.
- Get bulk job status for copy and move folder jobs.
- Create folder and Delete folder
Checklist before submitting PR
- All methods implemented
- Readme.md changes
- Examples added in sample project
sample/index.js - Test cases added for all new methods
Metadata
Metadata
Assignees
Labels
HacktoberfestenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers