imagekit-developer / imagekit-javascript

Javascript SDK for using ImageKit.io
https://imagekit.io
77 stars 26 forks source link

Add Support for List and search file API #88

Closed snlpatel001213 closed 5 months ago

ankur-dwivedi commented 5 months ago

Hi, @snlpatel001213, the feature to list and search files only works on the server-side, not on the client side. You can use our API directly at https://api.imagekit.io/v1/files. For more details, check out our documentation. If you're working on the server side, you can also use the Imagekit Node.js SDK to access the list and search file functionality.