| Package | Description |
|---|---|
| org.openimaj.web.scraping.images |
| Modifier and Type | Method and Description |
|---|---|
ImgurClient.ImageResponse |
ImgurClient.getSingleImage(String hash)
Calls http://api.imgur.com/2/image/:HASH
|
| Modifier and Type | Method and Description |
|---|---|
List<ImgurClient.ImageResponse> |
ImgurClient.getAlbumImages(String hash)
Calls http://api.imgur.com/2/album/:ID
|
List<ImgurClient.ImageResponse> |
ImgurClient.getGalleryImages()
Calls http://imgur.com/gallery.json
|
List<ImgurClient.ImageResponse> |
ImgurClient.getImages(ImgurClient.ImgurTypeHash typehash)
Depending on the
ImgurClient.ImgurTypeHash instance calls
ImgurClient.getSingleImage(String), ImgurClient.getAlbumImages(String) or
ImgurClient.getGalleryImages() |