Skip to content

img-cloud/android_sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

android_sdk

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

About

Android Client for using Image upload & transformation APIs for img-cloud

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages