Skip to content

Feat/255 implement apis related with tinypng - #260

Merged
MinhTri180804 merged 20 commits into
developfrom
feat/255-implement-apis-related-with-tinypng
Jul 26, 2025
Merged

Feat/255 implement apis related with tinypng#260
MinhTri180804 merged 20 commits into
developfrom
feat/255-implement-apis-related-with-tinypng

Conversation

@MinhTri180804

Copy link
Copy Markdown
Owner

No description provided.

MinhTri180804 and others added 20 commits July 11, 2025 01:43
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 commit adds a new API endpoint that enables image compression directly from a given image URL
using the TinyPNG service.

Closes #254
…ink-image-from-url

feat(src): implement Api Shrink Image From URL

This commit adds a new API endpoint that enables image compression directly from a given image URL using the TinyPNG service.

Closes #254
Added a new API endpoint that allows shrinking/compressing local image files using the TinyPNG
service.

Closes #253
…ink-from-local-image

feat(src): implement Api Shrink Image From Local

Added a new API endpoint that allows shrinking/compressing local image files using the TinyPNG service.

Closes #253
…ink-from-local-image

refactor(fromurl.dto.ts): refactor dto response for api compress image from URL
@MinhTri180804 MinhTri180804 self-assigned this Jul 26, 2025
@MinhTri180804 MinhTri180804 added feature New function Backend This issue of Backend labels Jul 26, 2025
@MinhTri180804 MinhTri180804 linked an issue Jul 26, 2025 that may be closed by this pull request
@MinhTri180804
MinhTri180804 merged commit 253332a into develop Jul 26, 2025
1 check passed
@MinhTri180804
MinhTri180804 deleted the feat/255-implement-apis-related-with-tinypng branch July 26, 2025 05:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Backend This issue of Backend feature New function

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[TinyPNG] Implement Apis related with TinyPNG

1 participant