| 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.
|
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.
|
SearchFeed |
Giphy.trend()
Fetch GIFs currently trending online.
|
SearchFeed |
Giphy.trendSticker()
Fetch GIFs currently trending online.
|
Copyright © 2016 MuK Projects. All rights reserved.