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`...