| Package | Description |
|---|---|
| at.mukprojects.giphy4j |
| Modifier and Type | Method and Description |
|---|---|
SearchFeed |
Giphy.search(String query,
int offset)
Search all Giphy GIFs for a word or phrase and returns a SearchFeed
object.
|
SearchFeed |
Giphy.search(String query,
int limit,
int offset)
Search all Giphy GIFs for a word or phrase and returns a SearchFeed
object.
|
SearchGiphy |
Giphy.searchByID(String id)
Returns a SerachGiphy object.
|
SearchRandom |
Giphy.searchRandom(String tag)
Returns a random GIF, limited by tag.
|
SearchRandom |
Giphy.searchRandomSticker(String tag)
Returns a random GIF, limited by tag.
|
SearchFeed |
Giphy.searchSticker(String query,
int offset)
Search all Giphy Sticker GIFs for a word or phrase and returns a
SearchFeed object.
|
SearchFeed |
Giphy.searchSticker(String query,
int limit,
int offset)
Search all Giphy Sticker GIFs for a word or phrase and returns a
SearchFeed object.
|
SearchGiphy |
Giphy.translate(String query)
The translate API draws on search, but also translates from one
vocabulary to another.
|
SearchGiphy |
Giphy.translateSticker(String query)
The translate API draws on search, but also translates from one
vocabulary to another.
|
SearchFeed |
Giphy.trend()
Fetch GIFs currently trending online.
|
SearchFeed |
Giphy.trendSticker()
Fetch GIFs currently trending online.
|
Copyright © 2016 MuK Projects. All rights reserved.