Android Client for using Image upload & transformation APIs for img-cloud
Img-cloud library which offers url after uploading images.
Configuration Each request for building a URL must have api_key which will get after signing up Here .
Usage
Here's an example to configure
UploadImageAPI imageAPI = = new UploadImageAPI(yourApiKey);
try {
//call api to upload the image
Map imgResponse = imageAPI.upload(imagePath, folderName,tags);
return imgResponse;
} catch (RetrofitError error) {
//handle the error
return imgResponse;
}
License Under Liftoffllc license