feat(api-client): Add static method getImageById for Image class in api-client
This commit is contained in:
@@ -157,6 +157,9 @@ export class CloudlyApiClient {
|
||||
|
||||
public images = {
|
||||
// Images
|
||||
getImageById: async (imageIdArg: string) => {
|
||||
return Image.getImageById(this, imageIdArg);
|
||||
},
|
||||
getImages: async () => {
|
||||
return Image.getImages(this);
|
||||
},
|
||||
|
Reference in New Issue
Block a user