imagekit-java
imagekit-java copied to clipboard
Java SDK for ImageKit.io API.
Hi `imagekit-developer/imagekit-java`! This is a one-off automatically generated pull request from LGTM.com :robot:. You might have heard that we’ve integrated LGTM’s underlying CodeQL analysis engine natively into GitHub. The result...
Hi. I went along with documentaion and added config.properties in my resource folder and added public and private keys and url endpont there. and here is my imagekit instantiation: ```...
1. updated gradle version in wrapper.
Hi. I've been recently using ImageKit library for Java, mainly for uploading images programmatically. Throughout my not-so-long experimenting with it, I've found that it may perhaps be helpful to have...
I think there's a bug in this part: https://github.com/imagekit-developer/imagekit-java/blob/48e94f18a0e83c6d914d90d9143c3ceb40574715/imagekit-sdk/src/main/java/io/imagekit/sdk/tasks/MultipartBuilder.java#L58 We can't set `overwriteFile` to `false`, and the default value of `overwriteFile` is `true`. Therefore, there's no way to set `overwriteFile`...
Automated Release PR --- ## 0.1.0 (2025-09-21) Full Changelog: [v0.0.1...v0.1.0](https://github.com/imagekit-developer/imagekit-java/compare/v0.0.1...v0.1.0) ### Features * **api:** add BaseWebhookEvent ([4ab06b0](https://github.com/imagekit-developer/imagekit-java/commit/4ab06b01316b114e526159de348b9d52fdd57567)) * **api:** extract UpdateFileDetailsRequest to model ([c75a767](https://github.com/imagekit-developer/imagekit-java/commit/c75a767180e2d032fc0ab1d2fe74e41795bd957d)) * **api:** manual updates ([f5206be](https://github.com/imagekit-developer/imagekit-java/commit/f5206beb4c997de9c2ff47a70d36795557fae7c5)) *...
## Expectation When using the `raw` key in the `transformations` parameter for `getUrl`, it's [documented](https://imagekit.io/docs/integration/java#image-as-overlays) that the value will replace it entirely to allow for transformations such as image overlay....