Closed polarby closed 1 year ago
It would be really great to request trending gifs with the endpoint they have in their SDK.
Also, it might be considerable to differentiate the command in the GiphyGet class so you can call GiphyGet.getTrends(), GiphyGet.search() or GiphyGet.byId().
GiphyGet
GiphyGet.getTrends()
GiphyGet.search()
GiphyGet.byId()
Sorry, didn't know you could already do this with giphyClient.
giphyClient
It would be really great to request trending gifs with the endpoint they have in their SDK.
Also, it might be considerable to differentiate the command in the
GiphyGet
class so you can callGiphyGet.getTrends()
,GiphyGet.search()
orGiphyGet.byId()
.