feat(api-client): Add static method getImageById for Image class in api-client

This commit is contained in:
2024-11-18 19:52:15 +01:00
parent db89d86242
commit 7477704905
5 changed files with 24 additions and 2 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## 2024-11-18 - 4.4.0 - feat(api-client)
Add static method getImageById for Image class in api-client
- Introduced a static method getImageById in the Image class.
- Updated CloudlyApiClient to include the getImageById method in the images interface.
## 2024-11-18 - 4.3.21 - fix(interfaces)
Remove deprecated deployment directive and update related interfaces