austinkelleher / giphy-api

🎥 Isomorphic JavaScript client for the Giphy.com API
MIT License
86 stars 19 forks source link

GIPHY short links #30

Closed helmasaur closed 7 years ago

helmasaur commented 7 years ago

Isn't it implemented in this project or is it GIPHY API which doesn't let us use short links?

austinkelleher commented 7 years ago

Hey, @Helmasaur. It looks like Giphy returns:

bitly_url: string
The unique bit.ly URL for this GIF

Undocumented:

bitly_gif_url: string

But it does not point to the actualy .gif file.

helmasaur commented 7 years ago

I took the first GIF on their homepage so when you click on Copy link, there is a field called Short link with the value http://gph.is/2tB7gs3 . I guess they don't return it then.

austinkelleher commented 7 years ago

I'm going to go ahead and close this out since it's not an issue with this module. Let me know if you have any additional questions. Thanks!