Feat/243 implement api file manager - #256
Merged
Merged
Conversation
Build an API that retrieves the list of all top-level folders (root folders) stored in your Cloudinary account. This feature allows the frontend (e.g., admin dashboard) to browse folders and organize files by category. Closes #244
…-root-folder feat(src): implement api get root folder cloudinary Build an API that retrieves the list of all top-level folders (root folders) stored in your Cloudinary account. This feature allows the frontend (e.g., admin dashboard) to browse folders and organize files by category. Closes #244
Build an API that retrieves the subfolders under a specific folder path in Cloudinary. This allows dynamic browsing of folder hierarchies in a file manager UI, helping admins navigate nested structures. Closes #246
…-sub-folder feat(src): implement api get sub folder Build an API that retrieves the subfolders under a specific folder path in Cloudinary. This allows dynamic browsing of folder hierarchies in a file manager UI, helping admins navigate nested structures. Closes #246
Implement an API endpoint to fetch all image files stored in Cloudinary, optionally filtered by folder path. This allows the frontend to display and manage all images regardless of their folder or to get a complete view of a specific folder. Closes #248
…-all-files-image feat(src): implement api get all file resources Implement an API endpoint to fetch all image files stored in Cloudinary, optionally filtered by folder path. This allows the frontend to display and manage all images regardless of their folder or to get a complete view of a specific folder. Closes #248
Build an API that allows searching for files/images stored in Cloudinary based on keywords, file name (public_id), folder path, or other filters. This is useful for admin users to quickly locate specific assets (e.g., by name or tag). Closes #250
…rch-file-resources feat(src): implement Api Search File Resources Build an API that allows searching for files/images stored in Cloudinary based on keywords, file name (public_id), folder path, or other filters. This is useful for admin users to quickly locate specific assets (e.g., by name or tag). Closes: #250
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.