giphy icon indicating copy to clipboard operation
giphy copied to clipboard

A Ruby interface to the Giphy API. http://api.giphy.com/

Results 4 giphy issues
Sort by recently updated
recently updated
newest added

The API no longer has a `/favorites` endpoint. This resolves #9.

The API now returns urls for `mp4` and `webp` formatted files which have a much smaller file size, but there are no accessors for those urls in the gem.

The gem currently does not support the [Stickers](https://github.com/Giphy/GiphyAPI#giphy-sticker-api) endpoints: - [Search](https://github.com/Giphy/GiphyAPI#sticker-search-endpoint) - [Random](https://github.com/Giphy/GiphyAPI#sticker-roulette-random-endpoint) - [Trending](https://github.com/Giphy/GiphyAPI#sticker-trending-endpoint) - [Translate](https://github.com/Giphy/GiphyAPI#sticker-translate-endpoint)

Tried to fetch user favorites, but it seems `/favorites` endpoint was removed. Am I correct? If so, you should also remove it from gem, because it is misleading. Thank you.